public class Pair<F,S> extends Object
Title:
Description:
Copyright: Copyright (c) 2006
Company: Clark & Parsia, LLC.
F
first
S
second
Pair(F first, S second)
static <F,S> Pair<F,S>
create(F f, S s)
boolean
equals(Object o)
int
hashCode()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public F first
public S second
public Pair(F first, S second)
public static <F,S> Pair<F,S> create(F f, S s)
public int hashCode()
hashCode
Object
public boolean equals(Object o)
equals
public String toString()
toString
Copyright © 2013. All Rights Reserved.