Uses of Class
org.mapdb.Fun.Tuple2

Uses of Fun.Tuple2 in org.mapdb
 

Fields in org.mapdb declared as Fun.Tuple2
protected static Fun.Tuple2 StoreHeap.TOMBSTONE
           
 

Fields in org.mapdb with type parameters of type Fun.Tuple2
protected  LongConcurrentHashMap<Fun.Tuple2> TxEngine.Tx.mod
           
protected  ConcurrentNavigableMap<Long,Fun.Tuple2> StoreHeap.records
          All commited records in store
protected  ConcurrentNavigableMap<Long,Fun.Tuple2> StoreHeap.rollback
          All not-yet commited records in store
static Comparator<Fun.Tuple2> Fun.TUPLE2_COMPARATOR
           
protected  LongConcurrentHashMap<Fun.Tuple2<Object,Serializer>> AsyncWriteEngine.writeCache
          Associates `recid` from Write Queue with record data and serializer.
 

Methods in org.mapdb that return Fun.Tuple2
protected  Fun.Tuple2<Integer,BTreeMap.LeafNode> BTreeMap.findLargerNode(K key, boolean inclusive)
           
static
<A,B> Fun.Tuple2<A,B>
Fun.t2(A a, B b)
           
 

Methods in org.mapdb that return types with arguments of type Fun.Tuple2
static
<K,V> Fun.Function1<K,Fun.Tuple2<K,V>>
Fun.extractKey()
           
static
<K,V> Fun.Function1<V,Fun.Tuple2<K,V>>
Fun.extractValue()
           
 Comparator<Fun.Tuple2<A,B>> BTreeKeySerializer.Tuple2KeySerializer.getComparator()
           
 

Methods in org.mapdb with parameters of type Fun.Tuple2
 int Fun.Tuple2Comparator.compare(Fun.Tuple2<A,B> o1, Fun.Tuple2<A,B> o2)
           
 int Fun.Tuple2Comparator.compare(Fun.Tuple2<A,B> o1, Fun.Tuple2<A,B> o2)
           
 int Fun.Tuple2.compareTo(Fun.Tuple2<A,B> o)
           
 

Method parameters in org.mapdb with type arguments of type Fun.Tuple2
static
<K2,K1> Iterable<K1>
Fun.filter(NavigableSet<Fun.Tuple2<K2,K1>> secondaryKeys, K2 secondaryKey)
          Find all Primary Keys associated with Secondary Key.
static
<K2,K1> Iterable<K1>
Fun.filter(NavigableSet<Fun.Tuple2<K2,K1>> secondaryKeys, K2 lo, boolean loInc, K2 hi, boolean hiInc)
           
static
<K,V> void
Bind.mapInverse(Bind.MapWithModificationListener<K,V> primary, Set<Fun.Tuple2<V,K>> inverse)
          Binds Secondary Set so it contains inverse mapping to Primary Map: Primary Value will become Secondary Key.
<K,V> DB.BTreeMapMaker
DB.BTreeMapMaker.pumpSource(Iterator<Fun.Tuple2<K,V>> entriesSource)
           
static
<K,V,K2> void
Bind.secondaryKey(Bind.MapWithModificationListener<K,V> map, Set<Fun.Tuple2<K2,K>> secondary, Fun.Function2<K2,K,V> fun)
          Binds Secondary Set so it contains Secondary Key (Index).
static
<K,V,K2> void
Bind.secondaryKeys(Bind.MapWithModificationListener<K,V> map, Set<Fun.Tuple2<K2,K>> secondary, Fun.Function2<K2[],K,V> fun)
          Binds Secondary Set so it contains Secondary Key (Index).
static
<K,V,V2> void
Bind.secondaryValues(Bind.MapWithModificationListener<K,V> map, Set<Fun.Tuple2<K,V2>> secondary, Fun.Function2<V2[],K,V> fun)
          Binds Secondary Map so that it contains Key from Primary Map and custom Value.
 



Copyright © 2014. All Rights Reserved.