public class ReductsExamplePair
extends java.lang.Object
| Constructor | Description |
|---|---|
ReductsExamplePair(ReductsExample firstExample,
ReductsExample secondExample,
MemoryContainer container) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(java.lang.Object obj) |
|
static boolean |
firstIsSuperSet(byte[] firstSet,
byte[] secondSet) |
|
Example |
getFirst() |
|
byte[] |
getNoConflictAssuringAttribs() |
|
Example |
getSecond() |
|
boolean |
isEmpty() |
|
boolean |
isSuperset(ReductsExamplePair givenExample) |
|
static void |
main(java.lang.String[] args) |
public ReductsExamplePair(ReductsExample firstExample, ReductsExample secondExample, MemoryContainer container)
public Example getFirst()
public Example getSecond()
public byte[] getNoConflictAssuringAttribs()
public boolean isSuperset(ReductsExamplePair givenExample)
givenExample - public static void main(java.lang.String[] args)
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic static boolean firstIsSuperSet(byte[] firstSet,
byte[] secondSet)
firstSet - secondSet - public boolean isEmpty()