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