Uses of Class
de.grogra.xl.util.EHashMap.Entry
Packages that use EHashMap.Entry
-
Uses of EHashMap.Entry in de.grogra.xl.impl.base
Subclasses of EHashMap.Entry in de.grogra.xl.impl.baseMethods in de.grogra.xl.impl.base with parameters of type EHashMap.EntryModifier and TypeMethodDescriptionprotected void
ConnectionTransformation.copyValue
(EHashMap.Entry e) protected void
EdgeData.copyValue
(EHashMap.Entry e) protected boolean
ConnectionTransformation.keyEquals
(EHashMap.Entry e) protected boolean
EdgeData.keyEquals
(EHashMap.Entry e) -
Uses of EHashMap.Entry in de.grogra.xl.query
Subclasses of EHashMap.Entry in de.grogra.xl.queryMethods in de.grogra.xl.query with parameters of type EHashMap.EntryModifier and TypeMethodDescriptionprotected void
NodeData.copyValue
(EHashMap.Entry e) protected boolean
NodeData.keyEquals
(EHashMap.Entry e) -
Uses of EHashMap.Entry in de.grogra.xl.util
Classes in de.grogra.xl.util with type parameters of type EHashMap.EntrySubclasses of EHashMap.Entry in de.grogra.xl.utilFields in de.grogra.xl.util declared as EHashMap.EntryMethods in de.grogra.xl.util that return EHashMap.EntryMethods in de.grogra.xl.util with parameters of type EHashMap.EntryModifier and TypeMethodDescriptionprotected abstract void
EHashMap.Entry.copyValue
(EHashMap.Entry src) protected void
EHashMap.ObjectEntry.copyValue
(EHashMap.Entry src) protected abstract boolean
EHashMap.Entry.keyEquals
(EHashMap.Entry e) protected boolean
EHashMap.IdentityEntry.keyEquals
(EHashMap.Entry e) protected boolean
EHashMap.ObjectEntry.keyEquals
(EHashMap.Entry e) Constructors in de.grogra.xl.util with parameters of type EHashMap.EntryModifierConstructorDescriptionEHashMap
(EHashMap.Entry[] entryPool, int capacity, float loadFactor)