Class Pair<V1,​V2>

  • All Implemented Interfaces:
    Comparable<Pair<V1,​V2>>

    public class Pair<V1,​V2>
    extends Object
    implements Comparable<Pair<V1,​V2>>
    Container for pair of non null objects.