public class IndexMultiKey
extends java.lang.Object
Constructor and Description |
---|
IndexMultiKey(boolean unique,
java.util.List<IndexedPropDesc> hashIndexedProps,
java.util.List<IndexedPropDesc> rangeIndexedProps) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
IndexedPropDesc[] |
getHashIndexedProps() |
IndexedPropDesc[] |
getRangeIndexedProps() |
int |
hashCode() |
boolean |
isUnique() |
public IndexMultiKey(boolean unique, java.util.List<IndexedPropDesc> hashIndexedProps, java.util.List<IndexedPropDesc> rangeIndexedProps)
public boolean isUnique()
public IndexedPropDesc[] getHashIndexedProps()
public IndexedPropDesc[] getRangeIndexedProps()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object