|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use Pair | |
|---|---|
| org.eclipse.net4j.util | Utility classes. |
| org.eclipse.net4j.util.collection | Additional collection-like interfaces and classes. |
| Uses of Pair in org.eclipse.net4j.util |
|---|
| Methods in org.eclipse.net4j.util that return Pair | |
|---|---|
static Pair<Field,Object>[] |
ReflectUtil.dumpToArray(Object object)
|
| Uses of Pair in org.eclipse.net4j.util.collection |
|---|
| Subclasses of Pair in org.eclipse.net4j.util.collection | |
|---|---|
class |
Triplet<T1,T2,T3>
|
| Methods in org.eclipse.net4j.util.collection that return Pair | ||
|---|---|---|
Pair<T1,T2> |
Pair.copy()
|
|
static
|
Pair.create()
|
|
static
|
Pair.create(T1 element1,
T2 element2)
|
|
| Constructors in org.eclipse.net4j.util.collection with parameters of type Pair | |
|---|---|
Pair(Pair<T1,T2> source)
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||