Skip navigation links
GemFire XD 1.6.2-RC1
A C D F G H I J K L M N O P R S W 

A

add(E) - Method in class io.snappydata.collection.OpenHashSet
 
addKey(Object, boolean, int) - Method in class io.snappydata.collection.OpenHashSet
 
addValue(K, long) - Method in class io.snappydata.collection.ObjectLongHashMap
 

C

capacity() - Method in class io.snappydata.collection.OpenHashSet
 
checkCapacity(int) - Static method in class io.snappydata.collection.OpenHashSet
 
clear() - Method in class io.snappydata.collection.IntObjectHashMap
 
clear() - Method in class io.snappydata.collection.LongObjectHashMap
 
clear() - Method in class io.snappydata.collection.ObjectLongHashMap
 
clear() - Method in class io.snappydata.collection.OpenHashSet
 
computeIfAbsent(long, LongFunction<? extends V>) - Method in class io.snappydata.collection.LongObjectHashMap
 
computeIfAbsent(K, ToLongFunction<? super K>) - Method in class io.snappydata.collection.ObjectLongHashMap
 
computeIfPresent(K, ObjLongToLongFunction<? super K>) - Method in class io.snappydata.collection.ObjectLongHashMap
 
contains(int) - Method in class io.snappydata.collection.IntObjectHashMap
 
contains(long) - Method in class io.snappydata.collection.LongObjectHashMap
 
contains(Object) - Method in class io.snappydata.collection.OpenHashSet
 
containsKey(K) - Method in class io.snappydata.collection.ObjectLongHashMap
 
create(K, MapCallback<K, E, C, P>, C, P, MapResult, int) - Method in class io.snappydata.collection.OpenHashSet
 

D

data - Variable in class io.snappydata.collection.OpenHashSet
 
doInsert(Object[], Object, int) - Method in class io.snappydata.collection.OpenHashSet
 
doRemove(Object[], int) - Method in class io.snappydata.collection.OpenHashSet
 

F

forEach(ObjLongConsumer<? super K>) - Method in class io.snappydata.collection.ObjectLongHashMap
 
forEachWhile(IntObjPredicate<? super V>) - Method in class io.snappydata.collection.IntObjectHashMap
 
forEachWhile(LongObjPredicate<? super V>) - Method in class io.snappydata.collection.LongObjectHashMap
 
forEachWhile(BiPredicate<? super K, ? super V>) - Method in class io.snappydata.collection.ObjectObjectHashMap
 
from(Map<K, Long>) - Static method in class io.snappydata.collection.ObjectLongHashMap
 
from(Map<K, V>) - Static method in class io.snappydata.collection.ObjectObjectHashMap
 

G

get(int) - Method in class io.snappydata.collection.IntObjectHashMap
 
get(long) - Method in class io.snappydata.collection.LongObjectHashMap
 
getGlobalState() - Method in class io.snappydata.collection.LongObjectHashMap
 
getKey(Object) - Method in class io.snappydata.collection.OpenHashSet
 
getLong(K) - Method in class io.snappydata.collection.ObjectLongHashMap
 
growThreshold - Variable in class io.snappydata.collection.OpenHashSet
 

H

handleNewInsert() - Method in class io.snappydata.collection.OpenHashSet
 
handleRemove() - Method in class io.snappydata.collection.OpenHashSet
 
hasNext() - Method in class io.snappydata.collection.OpenHashSet.Itr
 

I

index(Object[], Object, int) - Method in class io.snappydata.collection.OpenHashSet
 
insertionIndex(Object[], Object, int) - Method in class io.snappydata.collection.OpenHashSet
 
IntObjectHashMap<V> - Class in io.snappydata.collection
 
IntObjectHashMap() - Constructor for class io.snappydata.collection.IntObjectHashMap
 
io.snappydata.collection - package io.snappydata.collection
 
iterator() - Method in class io.snappydata.collection.OpenHashSet
 

J

justPut(int, V) - Method in class io.snappydata.collection.IntObjectHashMap
 
justPut(long, V) - Method in class io.snappydata.collection.LongObjectHashMap
 
justRemove(int) - Method in class io.snappydata.collection.IntObjectHashMap
 

K

keyEquals(Object, Object) - Method in class io.snappydata.collection.OpenHashSet
 
keyHash(Object) - Method in class io.snappydata.collection.OpenHashSet
 

L

loadFactor - Variable in class io.snappydata.collection.OpenHashSet
 
LongObjectHashMap<V> - Class in io.snappydata.collection
 
LongObjectHashMap() - Constructor for class io.snappydata.collection.LongObjectHashMap
 

M

mask - Variable in class io.snappydata.collection.OpenHashSet
 
MAX_CAPACITY - Static variable in class io.snappydata.collection.OpenHashSet
 

N

next() - Method in class io.snappydata.collection.OpenHashSet.Itr
 
nextPowerOf2(int) - Static method in class io.snappydata.collection.OpenHashSet
 

O

ObjectLongHashMap<K> - Class in io.snappydata.collection
 
ObjectLongHashMap() - Constructor for class io.snappydata.collection.ObjectLongHashMap
 
ObjectObjectHashMap<K,V> - Class in io.snappydata.collection
 
ObjectObjectHashMap() - Constructor for class io.snappydata.collection.ObjectObjectHashMap
 
occupied - Variable in class io.snappydata.collection.OpenHashSet
 
OpenHashSet<E> - Class in io.snappydata.collection
An optimized HashSet using open addressing with quadratic probing.
OpenHashSet() - Constructor for class io.snappydata.collection.OpenHashSet
 
OpenHashSet(int) - Constructor for class io.snappydata.collection.OpenHashSet
 
OpenHashSet(int, float) - Constructor for class io.snappydata.collection.OpenHashSet
 
OpenHashSet(Collection<? extends E>) - Constructor for class io.snappydata.collection.OpenHashSet
 
OpenHashSet.Itr<E> - Class in io.snappydata.collection
 

P

postRehashHook - Variable in class io.snappydata.collection.OpenHashSet
 
put(K, long) - Method in class io.snappydata.collection.ObjectLongHashMap
 

R

rehash(int) - Method in class io.snappydata.collection.OpenHashSet
Double the table's size and re-hash everything.
remove(long) - Method in class io.snappydata.collection.LongObjectHashMap
 
remove() - Method in class io.snappydata.collection.OpenHashSet.Itr
 
remove(Object) - Method in class io.snappydata.collection.OpenHashSet
 
removeAsLong(K) - Method in class io.snappydata.collection.ObjectLongHashMap
 
REMOVED - Static variable in class io.snappydata.collection.OpenHashSet
 
removeKey(Object) - Method in class io.snappydata.collection.OpenHashSet
 

S

setGlobalState(Object) - Method in class io.snappydata.collection.LongObjectHashMap
 
setPostRehashHook(Consumer<OpenHashSet<E>>) - Method in class io.snappydata.collection.OpenHashSet
 
size() - Method in class io.snappydata.collection.IntObjectHashMap
 
size() - Method in class io.snappydata.collection.LongObjectHashMap
 
size() - Method in class io.snappydata.collection.ObjectLongHashMap
 
size - Variable in class io.snappydata.collection.OpenHashSet
 
size() - Method in class io.snappydata.collection.OpenHashSet
 

W

withExpectedSize(int) - Static method in class io.snappydata.collection.IntObjectHashMap
 
withExpectedSize(int) - Static method in class io.snappydata.collection.LongObjectHashMap
 
withExpectedSize(int) - Static method in class io.snappydata.collection.ObjectLongHashMap
 
withExpectedSize(int) - Static method in class io.snappydata.collection.ObjectObjectHashMap
 
A C D F G H I J K L M N O P R S W 
Skip navigation links
GemFire XD 1.6.2-RC1

Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.