Uses of Interface
org.evrete.api.ValueHandle
-
Packages that use ValueHandle Package Description org.evrete.api -
-
Uses of ValueHandle in org.evrete.api
Methods in org.evrete.api that return ValueHandle Modifier and Type Method Description ValueHandleMemoryKey. get(int fieldIndex)ValueHandleValueResolver. getValueHandle(Class<?> valueType, Object value)Methods in org.evrete.api with parameters of type ValueHandle Modifier and Type Method Description ObjectValueResolver. getValue(ValueHandle handle)voidKeyedFactStorage. write(ValueHandle partialKey)Method similar to theJarOutputStream.putNextEntry(ZipEntry), except both sides are expected to know how many keys are to be written untilKeyedFactStorage.write(Collection)gets called.
-