TrueZIP 6.8.2

Uses of Class
de.schlichtherle.util.CanonicalStringSet

Packages that use CanonicalStringSet
de.schlichtherle.io.util Provides utility classes for I/O. 
de.schlichtherle.util General utility classes. 
 

Uses of CanonicalStringSet in de.schlichtherle.io.util
 

Subclasses of CanonicalStringSet in de.schlichtherle.io.util
 class SuffixSet
          An ordered set of canonicalized suffixes.
 

Uses of CanonicalStringSet in de.schlichtherle.util
 

Methods in de.schlichtherle.util with parameters of type CanonicalStringSet
 boolean CanonicalStringSet.addAll(CanonicalStringSet set)
          Adds all canonical strings in the given set to this set after they have been canonicalized by this set again.
 boolean CanonicalStringSet.containsAll(CanonicalStringSet set)
          Tests if all canonical strings in the given set are contained in this set.
 boolean CanonicalStringSet.removeAll(CanonicalStringSet set)
          Removes all canonical strings in the given set from this set.
 boolean CanonicalStringSet.retainAll(CanonicalStringSet set)
          Retains all canonical strings in the given set in this set.
 

Constructors in de.schlichtherle.util with parameters of type CanonicalStringSet
CanonicalStringSet(char separator, CanonicalStringSet set)
          Constructs a new set of canonical strings from the given set of canonical strings.
 


TrueZIP 6.8.2

Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.