- Enclosing class:
- RankedSequence<T>
static final class RankedSequence.Content
extends Object
Represents an immutable snapshot of ranked elements.
-
Field Summary
Fields
(package private) final Object[]
(package private) final long[]
(package private) final int
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Details
-
Content
Content(Object element,
int rank)
-
Content
Content(Object[] objs,
long[] uids,
int uniq)
-
Method Details
-
indexOf
public int indexOf(Object element)
-
indexOfThis
public int indexOfThis(Object element)
-
-