Uses of Class
one.microstream.collections.EqConstList
Package | Description |
---|---|
one.microstream.collections |
-
Uses of EqConstList in one.microstream.collections
Methods in one.microstream.collections that return EqConstList Modifier and Type Method Description EqConstList<E>
EqConstList. copy()
EqConstList<E>
EqBulkList. immure()
EqConstList<E>
EqConstList. immure()
EqConstList<E>
EqConstList.OldConstList. parent()
EqConstList<E>
EqConstList. range(long fromIndex, long toIndex)
EqConstList<E>
EqConstList. toReversed()
EqConstList<E>
EqConstList. view()
EqConstList<E>
EqConstList. view(long lowIndex, long highIndex)
Constructors in one.microstream.collections with parameters of type EqConstList Constructor Description EqConstList(EqConstList<? extends E> original)