jxl.vague
Class VagueCombination<V extends VagueObject>

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by jxl.combination.Combination<V>
          extended by jxl.vague.VagueCombination<V>
All Implemented Interfaces:
java.io.Serializable, java.lang.Iterable<V>, java.util.Collection<V>

public class VagueCombination<V extends VagueObject>
extends Combination<V>

Author:
Alex Lynch
See Also:
Serialized Form

Constructor Summary
VagueCombination(javax.naming.Name n, java.security.Permission check, java.lang.Class<V> type)
          Creates a new instance of VagueCombination
 
Method Summary
 boolean add(V v)
           
 V newObject()
           
 boolean remove(V vague)
           
 
Methods inherited from class jxl.combination.Combination
equals, hashCode, iterator, size
 
Methods inherited from class java.util.AbstractCollection
addAll, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VagueCombination

public VagueCombination(javax.naming.Name n,
                        java.security.Permission check,
                        java.lang.Class<V> type)
Creates a new instance of VagueCombination

Method Detail

add

public boolean add(V v)
Specified by:
add in interface java.util.Collection<V extends VagueObject>
Overrides:
add in class Combination<V extends VagueObject>

newObject

public V newObject()

remove

public boolean remove(V vague)