Uses of Class
io.arxila.atomichash.Entry
-
-
Uses of Entry in io.arxila.atomichash
Fields in io.arxila.atomichash declared as Entry Modifier and Type Field Description (package private) Entry[]Entry. collisions(package private) static Entry[]Node. EMPTY_ENTRIES(package private) Entry[]Node. entriesFields in io.arxila.atomichash with type parameters of type Entry Modifier and Type Field Description (package private) java.util.Set<Entry>Root. entrySetMethods in io.arxila.atomichash that return Entry Modifier and Type Method Description (package private) EntryEntry. add(Entry newEntry)private EntryEntry. addMultiple(Entry newEntry)private EntryEntry. addSimple(Entry newEntry)private static EntryAtomicHashMap. entry(int hash, java.lang.Object key, java.lang.Object value)private static EntryAtomicHashMap. entry(java.lang.Object key, java.lang.Object value)private static EntryAtomicHashStore. entry(int hash, java.lang.Object key, java.lang.Object value)private static EntryAtomicHashStore. entry(java.lang.Object key, java.lang.Object value)private static EntryRoot. entry(int hash, java.lang.Object key, java.lang.Object value)private static EntryRoot. entry(java.lang.Object key, java.lang.Object value)(package private) EntryEntry. remove(int hash, java.lang.Object key)private EntryEntry. removeMultiple(int hash, java.lang.Object key)private EntryEntry. removeSimple(int hash, java.lang.Object key)(package private) EntryEntry. set(Entry newEntry)private EntryEntry. setMultiple(Entry newEntry)private EntryEntry. setSimple(Entry newEntry)Methods in io.arxila.atomichash that return types with arguments of type Entry Modifier and Type Method Description (package private) java.util.Set<Entry>Node. allEntries()(package private) java.util.Set<Entry>Root. entrySet()Methods in io.arxila.atomichash with parameters of type Entry Modifier and Type Method Description (package private) EntryEntry. add(Entry newEntry)private EntryEntry. addMultiple(Entry newEntry)private EntryEntry. addSimple(Entry newEntry)(package private) static NodeNode. createNewLevel(int level, Entry entry0, Entry entry1)(package private) static RootRoot. of(Entry e1)(package private) static RootRoot. of(Entry e1, Entry e2)(package private) static RootRoot. of(Entry e1, Entry e2, Entry e3)(package private) static RootRoot. of(Entry e1, Entry e2, Entry e3, Entry e4)(package private) static RootRoot. of(Entry e1, Entry e2, Entry e3, Entry e4, Entry e5)(package private) static RootRoot. of(Entry e1, Entry e2, Entry e3, Entry e4, Entry e5, Entry e6)(package private) static RootRoot. of(Entry e1, Entry e2, Entry e3, Entry e4, Entry e5, Entry e6, Entry e7)(package private) static RootRoot. of(Entry e1, Entry e2, Entry e3, Entry e4, Entry e5, Entry e6, Entry e7, Entry e8)(package private) static RootRoot. of(Entry e1, Entry e2, Entry e3, Entry e4, Entry e5, Entry e6, Entry e7, Entry e8, Entry e9)(package private) static RootRoot. of(Entry e1, Entry e2, Entry e3, Entry e4, Entry e5, Entry e6, Entry e7, Entry e8, Entry e9, Entry e10)(package private) NodeNode. put(Entry entry)(package private) RootRoot. put(Entry entry)(package private) RootRoot. putIfAbsent(Entry entry)(package private) RootRoot. replace(Entry newEntry)(package private) RootRoot. replace(Entry newEntry, java.lang.Object oldValue)(package private) EntryEntry. set(Entry newEntry)private EntryEntry. setMultiple(Entry newEntry)private EntryEntry. setSimple(Entry newEntry)Method parameters in io.arxila.atomichash with type arguments of type Entry Modifier and Type Method Description (package private) RootRoot. putAll(java.util.Set<Entry> newEntries)Constructors in io.arxila.atomichash with parameters of type Entry Constructor Description Entry(int hash, java.lang.Object key, java.lang.Object value, Entry[] collisions)Node(int level, int size, long nodesBitMap, Node[] nodes, long entriesBitMap, Entry[] entries)
-