Package | Description |
---|---|
com.neocoretechs.rocksack.iterator |
HeadSet, KeySet, EntrySet, SubSet, and TailSet iterators and their abstraction.
|
Modifier and Type | Class and Description |
---|---|
class |
EntrySetIterator
Iterator for entrySet of persistent collection of
Entry implemented from Map.Entry |
class |
HeadSetIterator
Iterator for key items of persistent collection strictly less than 'to' element
|
class |
HeadSetKVIterator
Iterator for items of persistent collection strictly less than 'to' element of
KeyValuePair of Map.Entry |
class |
KeySetIterator
keySet iterator for persistent collection
|
class |
SubSetIterator
Provides a persistent collection iterator of keys 'from' element inclusive, 'to' element exclusive of the keys specified
|
class |
SubSetKVIterator
Provides a persistent collection iterator 'from' element inclusive, 'to' element exclusive of
KeyValuePair of Map.Entry |
class |
TailSetIterator
Provides a persistent collection iterator greater or equal to 'from' element
|
class |
TailSetKVIterator
Provides a persistent collection iterator greater or equal to 'from' element of
KeyValuePair or Map.Entry |