org.almendra.commons.util.collection
Class CollectionBlock

java.lang.Object
  extended by org.almendra.commons.util.collection.CollectionBlock

public class CollectionBlock
extends java.lang.Object


Field Summary
protected  java.util.Collection collection
           
 
Constructor Summary
protected CollectionBlock()
          Creates a new CollectionBlock object.
  CollectionBlock(java.util.Collection collection)
          Creates a new CollectionBlock object.
 
Method Summary
static java.util.Collection example()
           
 java.util.Collection select(IBooleanBlock booleanBlock)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

collection

protected java.util.Collection collection
Constructor Detail

CollectionBlock

protected CollectionBlock()
Creates a new CollectionBlock object.


CollectionBlock

public CollectionBlock(java.util.Collection collection)
Creates a new CollectionBlock object.

Method Detail

select

public java.util.Collection select(IBooleanBlock booleanBlock)

example

public static java.util.Collection example()