-
public class BlockSet
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBlockSet.Immutablepublic final classBlockSet.Mutable
-
Method Summary
Modifier and Type Method Description final BooleangetIsEmpty()final LonggetMinimum()final LonggetMaximum()final LongArraygetArray()final LonggetBlockSize()final PersistentLongMap<Block>getSet()final Integersize()final LongArraygetFiles(Boolean reversed)final LongArraygetFiles()final Booleancontains(Long blockAddress)final BlockgetBlock(Long blockAddress)final LongIteratorgetFilesFrom(Long blockAddress)final BlockSet.MutablebeginWrite()-
-
Method Detail
-
getIsEmpty
final Boolean getIsEmpty()
-
getMinimum
final Long getMinimum()
-
getMaximum
final Long getMaximum()
-
getBlockSize
final Long getBlockSize()
-
getSet
final PersistentLongMap<Block> getSet()
-
getFiles
@JvmOverloads() final LongArray getFiles(Boolean reversed)
-
getFiles
@JvmOverloads() final LongArray getFiles()
-
getFilesFrom
final LongIterator getFilesFrom(Long blockAddress)
-
beginWrite
final BlockSet.Mutable beginWrite()
-
-
-
-