protected static final class RoaringArray.Element extends Object implements Cloneable, Comparable<RoaringArray.Element>
| Modifier and Type | Method and Description |
|---|---|
RoaringArray.Element |
clone() |
int |
compareTo(RoaringArray.Element o) |
boolean |
equals(Object o) |
int |
hashCode() |
public Element(short key,
Container value)
public RoaringArray.Element clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedExceptionpublic int compareTo(RoaringArray.Element o)
compareTo in interface Comparable<RoaringArray.Element>Copyright © 2014. All Rights Reserved.