Package | Description |
---|---|
org.modeshape.jcr.query |
The Query API provides a mechanism for building and executing queries.
|
Modifier and Type | Method and Description |
---|---|
Tuples.Tuple4<T1,T2,T3,T4> |
Tuples.Tuple4TypeFactory.create(Object value) |
Tuples.Tuple4<T1,T2,T3,T4> |
Tuples.Tuple4TypeFactory.create(String value) |
Tuples.Tuple4<T1,T2,T3,T4> |
Tuples.Tuple4Serializer.deserialize(DataInput in,
int available) |
static <T1,T2,T3,T4> |
Tuples.tuple(T1 v1,
T2 v2,
T3 v3,
T4 v4)
Create a tuple with the given four values.
|
Modifier and Type | Method and Description |
---|---|
Comparator<Tuples.Tuple4<T1,T2,T3,T4>> |
Tuples.Tuple4TypeFactory.getComparator() |
org.mapdb.Serializer<Tuples.Tuple4<T1,T2,T3,T4>> |
Tuples.Tuple4TypeFactory.getSerializer(BufferManager bufferMgr) |
Class<Tuples.Tuple4<T1,T2,T3,T4>> |
Tuples.Tuple4TypeFactory.getType() |
static <T1,T2,T3,T4> |
Tuples.serializer(org.mapdb.Serializer<T1> first,
org.mapdb.Serializer<T2> second,
org.mapdb.Serializer<T3> third,
org.mapdb.Serializer<T4> fourth)
Create a
Serializer for tuples of size 4. |
static <T1,T2,T3,T4> |
Tuples.typeFactory(TypeSystem.TypeFactory<T1> type1,
TypeSystem.TypeFactory<T2> type2,
TypeSystem.TypeFactory<T3> type3,
TypeSystem.TypeFactory<T4> type4)
Create a type factory for tuples of size 4.
|
Modifier and Type | Method and Description |
---|---|
int |
Tuples.Tuple4.compareTo(Tuples.Tuple4<T1,T2,T3,T4> that) |
void |
Tuples.Tuple4Serializer.serialize(DataOutput out,
Tuples.Tuple4<T1,T2,T3,T4> value) |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.