|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractCollection<E>
jxl.combination.Combination<V>
jxl.vague.VagueCombination<V>
public class VagueCombination<V extends VagueObject>
| 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 |
|---|
public VagueCombination(javax.naming.Name n,
java.security.Permission check,
java.lang.Class<V> type)
| Method Detail |
|---|
public boolean add(V v)
add in interface java.util.Collection<V extends VagueObject>add in class Combination<V extends VagueObject>public V newObject()
public boolean remove(V vague)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||