public class SymmetricPair extends Object
Constructor and Description |
---|
SymmetricPair(Object obj1, Object obj2)
Creates a new instance of the class with two provided objects.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Performs equality check for this and that pairs.
|
int |
hashCode()
Performs a symmetrical hash calculation which depends on hashes of stored objects but does not depend on the order of objects.
|
public boolean equals(Object o)
Copyright © 1998–2022 iText Group NV. All rights reserved.