public class Triplet<L,M,R> extends Object
Triplet(L left, M middle, R right)
L
getLeft()
M
getMiddle()
R
getRight()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Triplet(L left, M middle, R right)
public L getLeft()
public M getMiddle()
public R getRight()
Copyright © 2020. All rights reserved.