Uses of Package
org.drools.util

Packages that use org.drools.util
org.drools.common   
org.drools.reteoo   
org.drools.spi   
org.drools.util   
 

Classes in org.drools.util used by org.drools.common
AbstractBaseLinkedListNode
          Provides a abstract base implementation that an object can extend so that it can be used in a LinkedList.
AbstractHashTable.ObjectComparator
           
LinkedList
          This is a simple linked linked implementation.
LinkedListNode
          Items placed in a LinkedList must implement this interface .
ObjectHashMap
           
ObjectHashSet
           
PrimitiveLongMap
           
PrimitiveLongStack
           
Queue
           
Queueable
           
 

Classes in org.drools.util used by org.drools.reteoo
Entry
           
FactHashTable
           
Iterator
           
LinkedListNode
          Items placed in a LinkedList must implement this interface .
ObjectHashMap
           
ReflectiveVisitor
          Java Tip 98: Reflect on the Visitor design pattern.
TupleHashTable
           
 

Classes in org.drools.util used by org.drools.spi
LinkedList
          This is a simple linked linked implementation.
 

Classes in org.drools.util used by org.drools.util
AbstractBaseLinkedListNode
          Provides a abstract base implementation that an object can extend so that it can be used in a LinkedList.
AbstractHashTable
           
AbstractHashTable.FactEntryImpl
           
AbstractHashTable.FieldIndex
           
AbstractHashTable.Index
           
AbstractHashTable.ObjectComparator
           
CompositeCollection
          Decorates a collection of other collections to provide a single unified view.
CompositeCollection.CollectionMutator
          Pluggable strategy to handle changes to the composite.
Entry
           
FactEntry
           
FactHandleIndexHashTable.FieldIndexEntry
           
Iterator
           
LinkedList
          This is a simple linked linked implementation.
LinkedListEntry
          The idea behind LinkedListNodeWrapper is to be able to add the same LinkedListNode to multiple LinkedLists where the node can have different previous and next nodes in each list.
LinkedListNode
          Items placed in a LinkedList must implement this interface .
Queue
           
Queueable
           
TupleIndexHashTable.FieldIndexEntry
           
UUID
          UUID represents Universally Unique Identifiers (aka Global UID in Windows world).
UUIDGenerator
          Ripped from JUG