|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcontrabase.condition.LogicalCondition
contrabase.condition.And
public final class And
API가 Contrabase 에 요청을 Key 나 Condition 요청시에 조건을 논리합으로 병합하는 클래스
| Field Summary | |
|---|---|
private static long |
serialVersionUID
|
| Constructor Summary | |
|---|---|
And(Condition left,
Condition right)
|
|
| Method Summary | |
|---|---|
java.util.SortedSet<java.lang.String> |
getKeys(contrabase.condition.KeySelector keySelector)
교집합을 돌려준다. |
| Methods inherited from class contrabase.condition.LogicalCondition |
|---|
getLeft, getOperator, getRight, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private static final long serialVersionUID
| Constructor Detail |
|---|
And(Condition left,
Condition right)
| Method Detail |
|---|
public java.util.SortedSet<java.lang.String> getKeys(contrabase.condition.KeySelector keySelector)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||