Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W Z _ 

B

b - Variable in class org.mapdb.Fun.Tuple2
 
b - Variable in class org.mapdb.Fun.Tuple2Comparator
 
b - Variable in class org.mapdb.Fun.Tuple3
 
b - Variable in class org.mapdb.Fun.Tuple3Comparator
 
b - Variable in class org.mapdb.Fun.Tuple4
 
b - Variable in class org.mapdb.Fun.Tuple4Comparator
 
b - Variable in class org.mapdb.Fun.Tuple5
 
b - Variable in class org.mapdb.Fun.Tuple5Comparator
 
b - Variable in class org.mapdb.Fun.Tuple6
 
b - Variable in class org.mapdb.Fun.Tuple6Comparator
 
B_TREE_BASIC_KEY_SERIALIZER - Static variable in interface org.mapdb.SerializerBase.HeaderMapDB
 
B_TREE_COMPRESSION_SERIALIZER - Static variable in interface org.mapdb.SerializerBase.HeaderMapDB
 
B_TREE_NODE_DIR_C - Static variable in class org.mapdb.BTreeMap
 
B_TREE_NODE_DIR_L - Static variable in class org.mapdb.BTreeMap
 
B_TREE_NODE_DIR_LR - Static variable in class org.mapdb.BTreeMap
 
B_TREE_NODE_DIR_R - Static variable in class org.mapdb.BTreeMap
 
B_TREE_NODE_LEAF_C - Static variable in class org.mapdb.BTreeMap
 
B_TREE_NODE_LEAF_L - Static variable in class org.mapdb.BTreeMap
 
B_TREE_NODE_LEAF_LR - Static variable in class org.mapdb.BTreeMap
 
B_TREE_NODE_LEAF_R - Static variable in class org.mapdb.BTreeMap
 
B_TREE_SERIALIZER_POS_INT - Static variable in interface org.mapdb.SerializerBase.HeaderMapDB
 
B_TREE_SERIALIZER_POS_LONG - Static variable in interface org.mapdb.SerializerBase.HeaderMapDB
 
B_TREE_SERIALIZER_STRING - Static variable in interface org.mapdb.SerializerBase.HeaderMapDB
 
BASIC - Static variable in class org.mapdb.BTreeKeySerializer
 
BASIC - Static variable in interface org.mapdb.Hasher
 
BASIC - Static variable in interface org.mapdb.Serializer
Basic serializer for most classes in 'java.lang' and 'java.util' packages.
BasicKeySerializer(Serializer) - Constructor for class org.mapdb.BTreeKeySerializer.BasicKeySerializer
 
BasicKeySerializer(SerializerBase, DataInput, SerializerBase.FastArrayList<Object>) - Constructor for class org.mapdb.BTreeKeySerializer.BasicKeySerializer
used for deserialization
bComparator - Variable in class org.mapdb.BTreeKeySerializer.Tuple3KeySerializer
 
bComparator - Variable in class org.mapdb.BTreeKeySerializer.Tuple4KeySerializer
 
bComparator - Variable in class org.mapdb.BTreeKeySerializer.Tuple5KeySerializer
 
bComparator - Variable in class org.mapdb.BTreeKeySerializer.Tuple6KeySerializer
 
BIGDECIMAL - Static variable in interface org.mapdb.SerializerBase.Header
 
BIGINTEGER - Static variable in interface org.mapdb.SerializerBase.Header
 
Bind - Class in org.mapdb
Binding is simple yet powerful way to keep secondary collection synchronized with primary collection.
Bind() - Constructor for class org.mapdb.Bind
 
Bind.MapListener<K,V> - Interface in org.mapdb
Listener called when `Map` is modified.
Bind.MapWithModificationListener<K,V> - Interface in org.mapdb
Primary Maps must provide notifications when it is modified.
Boolean(Engine, long) - Constructor for class org.mapdb.Atomic.Boolean
 
BOOLEAN - Static variable in interface org.mapdb.Serializer
 
BOOLEAN_FALSE - Static variable in interface org.mapdb.SerializerBase.Header
 
BOOLEAN_TRUE - Static variable in interface org.mapdb.SerializerBase.Header
 
booleanToByteArray(boolean[]) - Static method in class org.mapdb.SerializerBase
Builds a byte array from the array of booleans, compressing up to 8 booleans per byte.
bSerializer - Variable in class org.mapdb.BTreeKeySerializer.Tuple2KeySerializer
 
bSerializer - Variable in class org.mapdb.BTreeKeySerializer.Tuple3KeySerializer
 
bSerializer - Variable in class org.mapdb.BTreeKeySerializer.Tuple4KeySerializer
 
bSerializer - Variable in class org.mapdb.BTreeKeySerializer.Tuple5KeySerializer
 
bSerializer - Variable in class org.mapdb.BTreeKeySerializer.Tuple6KeySerializer
 
BTreeEntryIterator(BTreeMap) - Constructor for class org.mapdb.BTreeMap.BTreeEntryIterator
 
BTreeEntryIterator(BTreeMap, Object, boolean, Object, boolean) - Constructor for class org.mapdb.BTreeMap.BTreeEntryIterator
 
BTreeIterator(BTreeMap) - Constructor for class org.mapdb.BTreeMap.BTreeIterator
unbounded iterator
BTreeIterator(BTreeMap, Object, boolean, Object, boolean) - Constructor for class org.mapdb.BTreeMap.BTreeIterator
bounder iterator, args may be null for partially bounded
BTreeKeyIterator(BTreeMap) - Constructor for class org.mapdb.BTreeMap.BTreeKeyIterator
 
BTreeKeyIterator(BTreeMap, Object, boolean, Object, boolean) - Constructor for class org.mapdb.BTreeMap.BTreeKeyIterator
 
BTreeKeySerializer<K> - Class in org.mapdb
Custom serializer for BTreeMap keys which enables [Delta encoding](https://en.wikipedia.org/wiki/Delta_encoding).
BTreeKeySerializer() - Constructor for class org.mapdb.BTreeKeySerializer
 
BTreeKeySerializer.BasicKeySerializer - Class in org.mapdb
Basic Key Serializer which just writes data without applying any compression.
BTreeKeySerializer.Tuple2KeySerializer<A,B> - Class in org.mapdb
Applies delta compression on array of tuple.
BTreeKeySerializer.Tuple3KeySerializer<A,B,C> - Class in org.mapdb
Applies delta compression on array of tuple.
BTreeKeySerializer.Tuple4KeySerializer<A,B,C,D> - Class in org.mapdb
Applies delta compression on array of tuple.
BTreeKeySerializer.Tuple5KeySerializer<A,B,C,D,E> - Class in org.mapdb
Applies delta compression on array of tuple.
BTreeKeySerializer.Tuple6KeySerializer<A,B,C,D,E,F> - Class in org.mapdb
Applies delta compression on array of tuple.
BTreeMap<K,V> - Class in org.mapdb
A scalable concurrent ConcurrentNavigableMap implementation.
BTreeMap(Engine, long, int, boolean, long, BTreeKeySerializer<K>, Serializer<V>, Comparator<K>, int, boolean) - Constructor for class org.mapdb.BTreeMap
Constructor used to create new BTreeMap.
BTreeMap.BNode - Interface in org.mapdb
common interface for BTree node
BTreeMap.BTreeEntryIterator<K,V> - Class in org.mapdb
 
BTreeMap.BTreeIterator - Class in org.mapdb
 
BTreeMap.BTreeKeyIterator<K> - Class in org.mapdb
 
BTreeMap.BTreeValueIterator<V> - Class in org.mapdb
 
BTreeMap.DescendingMap<K,V> - Class in org.mapdb
 
BTreeMap.DescendingMap.Iter<E> - Class in org.mapdb
 
BTreeMap.DirNode - Class in org.mapdb
 
BTreeMap.EntrySet<K1,V1> - Class in org.mapdb
 
BTreeMap.KeySet<E> - Class in org.mapdb
 
BTreeMap.LeafNode - Class in org.mapdb
 
BTreeMap.NodeSerializer<A,B> - Class in org.mapdb
 
BTreeMap.SubMap<K,V> - Class in org.mapdb
 
BTreeMap.ValRef - Class in org.mapdb
if valsOutsideNodes is true, this class is used instead of values.
BTreeMap.Values<E> - Class in org.mapdb
 
BTreeMapMaker(String) - Constructor for class org.mapdb.DB.BTreeMapMaker
 
BTreeSetMaker(String) - Constructor for class org.mapdb.DB.BTreeSetMaker
 
BTreeValueIterator(BTreeMap) - Constructor for class org.mapdb.BTreeMap.BTreeValueIterator
 
BTreeValueIterator(BTreeMap, Object, boolean, Object, boolean) - Constructor for class org.mapdb.BTreeMap.BTreeValueIterator
 
BUCKET_OVERFLOW - Static variable in class org.mapdb.HTreeMap
 
buf - Variable in class org.mapdb.DataInput2
 
buf - Variable in class org.mapdb.DataOutput2
 
buildTreeMap(Iterator<E>, Engine, Fun.Function1<K, E>, Fun.Function1<V, E>, boolean, int, boolean, long, BTreeKeySerializer<K>, Serializer<V>, Comparator) - Static method in class org.mapdb.Pump
Build BTreeMap (or TreeSet) from presorted data.
BYTE - Static variable in interface org.mapdb.SerializerBase.Header
 
BYTE_0 - Static variable in interface org.mapdb.SerializerBase.Header
 
BYTE_1 - Static variable in interface org.mapdb.SerializerBase.Header
 
BYTE_ARRAY - Static variable in interface org.mapdb.Hasher
 
BYTE_ARRAY - Static variable in interface org.mapdb.Serializer
Serializes `byte[]` it adds header which contains size information
BYTE_ARRAY_COMPARATOR - Static variable in class org.mapdb.Fun
 
BYTE_ARRAY_NOSIZE - Static variable in interface org.mapdb.Serializer
Serializes `byte[]` directly into underlying store It does not store size, so it can not be used in Maps and other collections.
BYTE_ARRAY_SERIALIZER - Static variable in interface org.mapdb.SerializerBase.HeaderMapDB
 
BYTE_M1 - Static variable in interface org.mapdb.SerializerBase.Header
 
ByteBufferVol(boolean, long, int) - Constructor for class org.mapdb.Volume.ByteBufferVol
 
ByteBufferVol(boolean, long, int, boolean) - Constructor for class org.mapdb.Volume.ByteBufferVol
 
A B C D E F G H I J K L M N O P Q R S T U V W Z _ 
Skip navigation links