com.clarkparsia.pellint.rdfxml
Class DoubtfulSet<E>

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractSet<E>
          extended by java.util.HashSet<E>
              extended by com.clarkparsia.pellint.rdfxml.DoubtfulSet<E>
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.lang.Iterable<E>, java.util.Collection<E>, java.util.Set<E>

public class DoubtfulSet<E>
extends java.util.HashSet<E>

Title:

Description:

Copyright: Copyright (c) 2008

Company: Clark & Parsia, LLC.

Author:
Harris Lin
See Also:
Serialized Form

Constructor Summary
DoubtfulSet()
           
 
Method Summary
 boolean addDefinite(E o)
           
 void clear()
           
 boolean containsDefinite(java.lang.Object o)
           
 java.util.Set<E> getDefiniteElements()
           
 java.util.Set<E> getDoubtfulElements()
           
 boolean remove(java.lang.Object o)
           
 
Methods inherited from class java.util.HashSet
add, clone, contains, isEmpty, iterator, size
 
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
 
Methods inherited from class java.util.AbstractCollection
addAll, containsAll, retainAll, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Set
addAll, containsAll, equals, hashCode, removeAll, retainAll, toArray, toArray
 

Constructor Detail

DoubtfulSet

public DoubtfulSet()
Method Detail

clear

public void clear()
Specified by:
clear in interface java.util.Collection<E>
Specified by:
clear in interface java.util.Set<E>
Overrides:
clear in class java.util.HashSet<E>

remove

public boolean remove(java.lang.Object o)
Specified by:
remove in interface java.util.Collection<E>
Specified by:
remove in interface java.util.Set<E>
Overrides:
remove in class java.util.HashSet<E>

addDefinite

public boolean addDefinite(E o)

containsDefinite

public boolean containsDefinite(java.lang.Object o)

getDefiniteElements

public java.util.Set<E> getDefiniteElements()

getDoubtfulElements

public java.util.Set<E> getDoubtfulElements()


Copyright © 2004 Evren Sirin. All Rights Reserved.