org.drools.marshalling.impl
Class Placeholders
java.lang.Object
org.drools.core.util.AbstractHashTable
org.drools.marshalling.impl.Placeholders
- All Implemented Interfaces:
- Externalizable, Serializable
public class Placeholders
- extends AbstractHashTable
- See Also:
- Serialized Form
Methods inherited from class org.drools.core.util.AbstractHashTable |
getBucket, getTable, indexOf, isEmpty, iterator, newIterator, readExternal, resize, setComparator, size, toArray, writeExternal |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Placeholders
public Placeholders()
lookupPlaceholder
public Placeholders.PlaceholderEntry lookupPlaceholder(Object object,
PersisterKey key)
assignPlaceholder
public Placeholders.PlaceholderEntry assignPlaceholder(Object object,
PersisterKey key)
lookupObject
public Object lookupObject(int id)
getBucket
public Entry getBucket(Object object)
- Specified by:
getBucket
in class AbstractHashTable
Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.