public class CompositeBlockIdentifierKey extends java.lang.Object implements java.lang.Comparable<CompositeBlockIdentifierKey>
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
key |
Constructor and Description |
---|
CompositeBlockIdentifierKey(Op03SimpleStatement statement) |
CompositeBlockIdentifierKey(java.util.Set<BlockIdentifier> blockIdentifiers) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(CompositeBlockIdentifierKey compositeBlockIdentifierKey) |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.lang.String |
toString() |
public CompositeBlockIdentifierKey(Op03SimpleStatement statement)
public CompositeBlockIdentifierKey(java.util.Set<BlockIdentifier> blockIdentifiers)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public int compareTo(CompositeBlockIdentifierKey compositeBlockIdentifierKey)
compareTo
in interface java.lang.Comparable<CompositeBlockIdentifierKey>
public java.lang.String toString()
toString
in class java.lang.Object