public class Tuple4<FIRST,SECOND,THIRD,FORTH> extends Object
Tuple4(FIRST first, SECOND second, THIRD third, FORTH forth)
FIRST
getFirst()
FORTH
getForth()
SECOND
getSecond()
THIRD
getThird()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Tuple4(FIRST first, SECOND second, THIRD third, FORTH forth)
public FIRST getFirst()
public SECOND getSecond()
public THIRD getThird()
public FORTH getForth()
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.