public class Pair<First,Second> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected First |
first |
protected Second |
second |
| Modifier and Type | Method and Description |
|---|---|
static <First,Second> |
create(First f,
Second s) |
boolean |
equals(Object obj) |
First |
getFirst() |
Second |
getSecond() |
int |
hashCode() |
Copyright © 2011–2024 Live Ontologies Project. All rights reserved.