LeftT
RightT
public final class Pair<LeftT,RightT> extends Object
Pair(LeftT left, RightT right)
left()
right()
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Pair(LeftT left, RightT right)
public LeftT left()
public RightT right()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.