public final class LargeLongHopscotchSet
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Class and Description |
---|---|
static class |
LargeLongHopscotchSet.Serializer |
Modifier | Constructor and Description |
---|---|
protected |
LargeLongHopscotchSet(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Input stream) |
|
LargeLongHopscotchSet(long numElements) |
Modifier and Type | Method and Description |
---|---|
boolean |
add(long entryValue) |
void |
addAll(long[] entryValues) |
long |
capacity() |
boolean |
contains(long key) |
boolean |
containsAll(long[] vals) |
boolean |
equals(java.lang.Object o) |
java.util.Collection<LongHopscotchSet> |
getSets() |
int |
hashCode() |
boolean |
isEmpty() |
LongIterator |
iterator() |
boolean |
remove(long key) |
boolean |
removeAll(long[] set) |
protected void |
serialize(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Output stream) |
long |
size() |
public LargeLongHopscotchSet(long numElements)
protected LargeLongHopscotchSet(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input stream)
protected void serialize(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output stream)
public boolean add(long entryValue)
public void addAll(long[] entryValues)
public long size()
public java.util.Collection<LongHopscotchSet> getSets()
public long capacity()
public boolean contains(long key)
public boolean containsAll(long[] vals)
public LongIterator iterator()
public boolean remove(long key)
public boolean removeAll(long[] set)
public boolean isEmpty()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object