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