public class SPair<S extends Serializable,T extends Serializable> extends Pair<S,T> implements Serializable
_first, _second
SPair(S first, T second)
equals, first, hashCode, second, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public SPair(S first, T second)
Copyright © 2017 Oracle. All rights reserved.