Uses of Class
com.db4o.foundation.KeySpec
-
Packages that use KeySpec Package Description com.db4o.foundation com.db4o.internal -
-
Uses of KeySpec in com.db4o.foundation
Methods in com.db4o.foundation with parameters of type KeySpec Modifier and Type Method Description java.lang.Object
KeySpecHashtable4. get(KeySpec spec)
boolean
KeySpecHashtable4. getAsBoolean(KeySpec spec)
byte
KeySpecHashtable4. getAsByte(KeySpec spec)
int
KeySpecHashtable4. getAsInt(KeySpec spec)
long
KeySpecHashtable4. getAsLong(KeySpec spec)
java.lang.String
KeySpecHashtable4. getAsString(KeySpec spec)
TernaryBool
KeySpecHashtable4. getAsTernaryBool(KeySpec spec)
void
KeySpecHashtable4. put(KeySpec spec, boolean value)
void
KeySpecHashtable4. put(KeySpec spec, byte value)
void
KeySpecHashtable4. put(KeySpec spec, int value)
void
KeySpecHashtable4. put(KeySpec spec, java.lang.Object value)
-
Uses of KeySpec in com.db4o.internal
Methods in com.db4o.internal with parameters of type KeySpec Modifier and Type Method Description protected void
Config4Abstract. putThreeValued(KeySpec spec, boolean flag)
protected void
Config4Abstract. putThreeValuedInt(KeySpec spec, boolean flag)
-