org.drools.marshalling.impl
Class Placeholders

java.lang.Object
  extended by org.drools.core.util.AbstractHashTable
      extended by org.drools.marshalling.impl.Placeholders
All Implemented Interfaces:
Externalizable, Serializable

public class Placeholders
extends AbstractHashTable

See Also:
Serialized Form

Nested Class Summary
static class Placeholders.PlaceholderEntry
           
 
Nested classes/interfaces inherited from class org.drools.core.util.AbstractHashTable
AbstractHashTable.DoubleCompositeIndex, AbstractHashTable.EqualityEquals, AbstractHashTable.FieldIndex, AbstractHashTable.HashTableIterator, AbstractHashTable.Index, AbstractHashTable.InstanceEquals, AbstractHashTable.ObjectComparator, AbstractHashTable.SingleIndex, AbstractHashTable.TripleCompositeIndex
 
Field Summary
 
Fields inherited from class org.drools.core.util.AbstractHashTable
comparator, loadFactor, size, table, threshold
 
Constructor Summary
Placeholders()
           
 
Method Summary
 Placeholders.PlaceholderEntry assignPlaceholder(Object object, PersisterKey key)
           
 Entry getBucket(Object object)
           
 Object lookupObject(int id)
           
 Placeholders.PlaceholderEntry lookupPlaceholder(Object object, PersisterKey key)
           
 
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
 

Constructor Detail

Placeholders

public Placeholders()
Method Detail

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.