org.apache.accumulo.core.util
public class Pair<A,B> extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static <K,V> Pair<K,V> |
fromEntry(Map.Entry<K,V> entry) |
A |
getFirst() |
B |
getSecond() |
int |
hashCode() |
Pair<B,A> |
swap() |
Map.Entry<A,B> |
toMapEntry() |
String |
toString() |
String |
toString(String prefix,
String separator,
String suffix) |
Copyright © 2011–2016 The Apache Software Foundation. All rights reserved.