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)Retrieves a ValueHandle associated with the specified field index.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)This method is similar to theJarOutputStream.putNextEntry(ZipEntry).
-