org.aminds.util
クラス LogicalContainers

java.lang.Object
  上位を拡張 org.aminds.util.LogicalContainers

public class LogicalContainers
extends Object

作成者:
Masashi Nakanishi

コンストラクタの概要
LogicalContainers()
           
 
メソッドの概要
static
<T> Container<T>
and(Container<? super T>... c)
           
static
<T> Container<T>
and(Container<? super T> a, Container<? super T> b)
           
static
<T> Container<T>
eq(Container<? super T> a, Container<? super T> b)
           
static
<T> Container<T>
not(Container<? super T> c)
           
static
<T> Container<T>
or(Container<? super T>... c)
           
static
<T> Container<T>
or(Container<? super T> a, Container<? super T> b)
           
static
<T> Container<T>
xor(Container<? super T> a, Container<? super T> b)
           
 
クラス 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.