Uses of Class
com.mckoi.database.SelectableRangeSet
-
Packages that use SelectableRangeSet Package Description com.mckoi.database The core database classes for Mckoi. -
-
Uses of SelectableRangeSet in com.mckoi.database
Methods in com.mckoi.database with parameters of type SelectableRangeSet Modifier and Type Method Description void
SelectableRangeSet. union(SelectableRangeSet union_to)
Unions the current range set with the given range set.
-