-
public final class BlockSet.Immutable extends BlockSet
-
-
Constructor Summary
Constructors Constructor Description BlockSet.Immutable(Long blockSize, PersistentLongMap<Block> map)BlockSet.Immutable(Long blockSize)
-
Method Summary
Modifier and Type Method Description PersistentLongMap.ImmutableMap<Block>getCurrent()final BooleangetIsEmpty()final LonggetMinimum()final LonggetMaximum()final LongArraygetArray()final LonggetBlockSize()final PersistentLongMap<Block>getSet()-
-
Method Detail
-
getCurrent
PersistentLongMap.ImmutableMap<Block> getCurrent()
-
getIsEmpty
final Boolean getIsEmpty()
-
getMinimum
final Long getMinimum()
-
getMaximum
final Long getMaximum()
-
getBlockSize
final Long getBlockSize()
-
getSet
final PersistentLongMap<Block> getSet()
-
-
-
-