Class DBCachedObjectStoreKeySubSet

java.lang.Object
ghidra.util.database.DBCachedObjectStoreKeySet
ghidra.util.database.DBCachedObjectStoreKeySubSet
All Implemented Interfaces:
Iterable<Long>, Collection<Long>, NavigableSet<Long>, SequencedCollection<Long>, SequencedSet<Long>, Set<Long>, SortedSet<Long>

public class DBCachedObjectStoreKeySubSet extends DBCachedObjectStoreKeySet
This is the sub-ranged form of DBCachedObjectStoreKeySubSet

For example, this can be obtained via store.asMap().subMap(...).keySet() or map.keySet().subSet(...).