Uses of Class
org.jacop.util.SimpleHashSet.Entry
Packages that use SimpleHashSet.Entry
-
Uses of SimpleHashSet.Entry in org.jacop.util
Fields in org.jacop.util declared as SimpleHashSet.EntryModifier and TypeFieldDescriptionSimpleHashSet.Entry.chain
(package private) SimpleHashSet<E>.Entry
<E> SimpleHashSet.firstEntry
It points to the first Entry to be removed.(package private) SimpleHashSet<E>.Entry
<E> SimpleHashSet.lastEntry
It points to the last Entry being add.SimpleHashSet.Entry.next
private SimpleHashSet.Entry[]
SimpleHashSet.table
The set, resized as necessary.Methods in org.jacop.util with parameters of type SimpleHashSet.EntryModifier and TypeMethodDescription(package private) void
SimpleHashSet.transfer
(SimpleHashSet.Entry[] oldTable) Transfer all entries from current table to newTable.Constructors in org.jacop.util with parameters of type SimpleHashSet.Entry