Package com.illumon.iris.db.tables.libs

  • Interface Summary 
    Interface Description
    BasicStringSet  
    StringSet
    Interface for sets of Strings that can be mapped to a 64-bit long bitmap.
  • Class Summary 
    Class Description
    BigStringSet
    A large externalizable string set for use when more than 63 values may be present in a StringSet.
    DbMap<K,​V>
    A map implementation optimized for DB use.
    DbMapStringDouble
    DbMap for Strings to doubles.
    DbMapStringInt
    DbMap for Strings to ints.
    DbMapStringLong
    DbMap for Strings to longs.
    DbMapStringString
    DbMap for Strings to Strings.
    QueryLibrary  
    StringSetFromEnum
    This class provides a object that converts from list of String values and their binary masks to a StringSetWrapper.