Uses of Class
org.jacop.util.SimpleHashSet.Entry
-
Packages that use SimpleHashSet.Entry Package Description org.jacop.util -
-
Uses of SimpleHashSet.Entry in org.jacop.util
Fields in org.jacop.util declared as SimpleHashSet.Entry Modifier and Type Field Description SimpleHashSet.EntrySimpleHashSet.Entry. chain(package private) SimpleHashSet.Entry<E>SimpleHashSet. firstEntryIt points to the first Entry to be removed.(package private) SimpleHashSet.Entry<E>SimpleHashSet. lastEntryIt points to the last Entry being add.SimpleHashSet.EntrySimpleHashSet.Entry. nextprivate SimpleHashSet.Entry[]SimpleHashSet. tableThe set, resized as necessary.Methods in org.jacop.util with parameters of type SimpleHashSet.Entry Modifier and Type Method Description (package private) voidSimpleHashSet. transfer(SimpleHashSet.Entry[] oldTable)Transfer all entries from current table to newTable.Constructors in org.jacop.util with parameters of type SimpleHashSet.Entry Constructor Description Entry(E el, SimpleHashSet.Entry<E> n)Create new entry.
-