|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mymedialite.datatype.Pair<F,S>
F
- S
- public class Pair<F,S>
Field Summary | |
---|---|
F |
first
|
S |
second
|
Constructor Summary | |
---|---|
Pair(F first,
S second)
Create a Pair object from existing data. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public F first
public S second
Constructor Detail |
---|
public Pair(F first, S second)
first
- the first componentsecond
- the second component
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |