fcmodeler.jsomap
Class PowerSet

java.lang.Object
  |
  +--fcmodeler.jsomap.PowerSet
All Implemented Interfaces:
java.util.Collection, java.util.Set

public class PowerSet
extends java.lang.Object
implements java.util.Set

Version:
 
Author:
default

Constructor Summary
PowerSet(java.util.Set set)
          Creates new PowerSet
 
Method Summary
 boolean add(java.lang.Object obj)
           
 boolean addAll(java.util.Collection collection)
           
 void clear()
           
 boolean contains(java.lang.Object obj)
           
 boolean containsAll(java.util.Collection collection)
           
 boolean equals(java.lang.Object obj)
           
 int hashCode()
           
 boolean isEmpty()
           
 java.util.Iterator iterator()
           
 boolean remove(java.lang.Object obj)
           
 boolean removeAll(java.util.Collection collection)
           
 boolean retainAll(java.util.Collection collection)
           
 int size()
           
 java.lang.Object[] toArray()
           
 java.lang.Object[] toArray(java.lang.Object[] obj)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PowerSet

public PowerSet(java.util.Set set)
Creates new PowerSet
Method Detail

add

public boolean add(java.lang.Object obj)
Specified by:
add in interface java.util.Set

addAll

public boolean addAll(java.util.Collection collection)
Specified by:
addAll in interface java.util.Set

clear

public void clear()
Specified by:
clear in interface java.util.Set

contains

public boolean contains(java.lang.Object obj)
Specified by:
contains in interface java.util.Set

containsAll

public boolean containsAll(java.util.Collection collection)
Specified by:
containsAll in interface java.util.Set

equals

public boolean equals(java.lang.Object obj)
Specified by:
equals in interface java.util.Set
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Specified by:
hashCode in interface java.util.Set
Overrides:
hashCode in class java.lang.Object

isEmpty

public boolean isEmpty()
Specified by:
isEmpty in interface java.util.Set

iterator

public java.util.Iterator iterator()
Specified by:
iterator in interface java.util.Set

remove

public boolean remove(java.lang.Object obj)
Specified by:
remove in interface java.util.Set

removeAll

public boolean removeAll(java.util.Collection collection)
Specified by:
removeAll in interface java.util.Set

retainAll

public boolean retainAll(java.util.Collection collection)
Specified by:
retainAll in interface java.util.Set

size

public int size()
Specified by:
size in interface java.util.Set

toArray

public java.lang.Object[] toArray()
Specified by:
toArray in interface java.util.Set

toArray

public java.lang.Object[] toArray(java.lang.Object[] obj)
Specified by:
toArray in interface java.util.Set

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object