Uses of Class
org.mapdb.Fun.Tuple4

Uses of Fun.Tuple4 in org.mapdb
 

Fields in org.mapdb with type parameters of type Fun.Tuple4
static Comparator<Fun.Tuple4> Fun.TUPLE4_COMPARATOR
           
 

Methods in org.mapdb that return Fun.Tuple4
static
<A,B,C,D> Fun.Tuple4<A,B,C,D>
Fun.t4(A a, B b, C c, D d)
           
 

Methods in org.mapdb that return types with arguments of type Fun.Tuple4
 Comparator<Fun.Tuple4<A,B,C,D>> BTreeKeySerializer.Tuple4KeySerializer.getComparator()
           
 

Methods in org.mapdb with parameters of type Fun.Tuple4
 int Fun.Tuple4Comparator.compare(Fun.Tuple4<A,B,C,D> o1, Fun.Tuple4<A,B,C,D> o2)
           
 int Fun.Tuple4Comparator.compare(Fun.Tuple4<A,B,C,D> o1, Fun.Tuple4<A,B,C,D> o2)
           
 int Fun.Tuple4.compareTo(Fun.Tuple4<A,B,C,D> o)
           
 

Method parameters in org.mapdb with type arguments of type Fun.Tuple4
static
<A,B,C,D> Iterable<D>
Fun.filter(NavigableSet<Fun.Tuple4<A,B,C,D>> secondaryKeys, A a, B b, C c)
           
 



Copyright © 2014. All Rights Reserved.