Uses of Interface
com.karneim.util.collection.set.ISet_char

Packages that use ISet_char
com.karneim.util.collection.automaton   
com.karneim.util.collection.set   
 

Uses of ISet_char in com.karneim.util.collection.automaton
 

Fields in com.karneim.util.collection.automaton declared as ISet_char
 ISet_char Automaton.State.Transition.charSet
           
 

Methods in com.karneim.util.collection.automaton that return ISet_char
 ISet_char Automaton.State.Transition.getCharSet()
           
 

Uses of ISet_char in com.karneim.util.collection.set
 

Classes in com.karneim.util.collection.set that implement ISet_char
 class CharSet
           
 

Methods in com.karneim.util.collection.set that return ISet_char
 ISet_char IStatePro.ITransition.getCharSet()
           
 

Methods in com.karneim.util.collection.set with parameters of type ISet_char
 void CharSet.addAll(ISet_char set)
          adds all chars from set to this ISet_char without adding doublicates. returns the number of chars added to this ISet_char.
 void CharSet.removeAll(ISet_char set)
          Removes from this set all of its elements that are contained in the specified set (optional operation). returns the number of chars that were removed.
 void CharSet.retainAll(ISet_char set)
           
 IStatePro.ITransition IStatePro.addTransition(ISet_char charSet, IStatePro toState)
          Adds a new transition to this state.
 void ISet_char.addAll(ISet_char set)
          adds all chars from set to this ISet_char without adding doublicates. returns the number of chars added to this ISet_char.
 void ISet_char.removeAll(ISet_char set)
          Removes from this set all of its elements that are contained in the specified set (optional operation). returns the number of chars that were removed.
 void ISet_char.retainAll(ISet_char set)