| 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)
|