org.aminds.util
クラス LogicalContainers
java.lang.Object
org.aminds.util.LogicalContainers
public class LogicalContainers
- extends Object
- 作成者:
- Masashi Nakanishi
| クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LogicalContainers
public LogicalContainers()
and
public static <T> Container<T> and(Container<? super T> a,
Container<? super T> b)
and
public static <T> Container<T> and(Container<? super T>... c)
or
public static <T> Container<T> or(Container<? super T> a,
Container<? super T> b)
or
public static <T> Container<T> or(Container<? super T>... c)
xor
public static <T> Container<T> xor(Container<? super T> a,
Container<? super T> b)
eq
public static <T> Container<T> eq(Container<? super T> a,
Container<? super T> b)
not
public static <T> Container<T> not(Container<? super T> c)
Copyright (c) 2008-2011 Masashi Nakanishi.