TrueZIP Kernel 7.0-rc2

Uses of Class
de.schlichtherle.truezip.util.CanonicalStringSet

Packages that use CanonicalStringSet
de.schlichtherle.truezip.util General utility classes. 
 

Uses of CanonicalStringSet in de.schlichtherle.truezip.util
 

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

Methods in de.schlichtherle.truezip.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.
 


TrueZIP Kernel 7.0-rc2

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