Class QuasimodeTool.ModifierKeySpec
java.lang.Object
java.util.AbstractCollection<Integer>
java.util.AbstractSet<Integer>
java.util.HashSet<Integer>
com.vividsolutions.jump.workbench.ui.cursortool.QuasimodeTool.ModifierKeySpec
- All Implemented Interfaces:
Serializable, Cloneable, Iterable<Integer>, Collection<Integer>, Set<Integer>
- Direct Known Subclasses:
QuasimodeTool.ModifierKeySet
- Enclosing class:
QuasimodeTool
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionModifierKeySpec(boolean needsControl, boolean needsShift, boolean needsAltOrMeta) ModifierKeySpec(int[] keys) ModifierKeySpec(Collection<Integer> keys) -
Method Summary
Methods inherited from class HashSet
clear, clone, contains, isEmpty, iterator, newHashSet, remove, size, spliterator, toArray, toArrayMethods inherited from class AbstractSet
hashCode, removeAllMethods inherited from class AbstractCollection
addAll, containsAll, retainAllMethods inherited from interface Collection
parallelStream, removeIf, stream, toArray
-
Field Details
-
DEFAULT
-
-
Constructor Details
-
ModifierKeySpec
public ModifierKeySpec(int[] keys) -
ModifierKeySpec
-
ModifierKeySpec
public ModifierKeySpec(boolean needsControl, boolean needsShift, boolean needsAltOrMeta)
-
-
Method Details
-
add
-
addAllRaw
-
equals
- Specified by:
equalsin interfaceCollection<Integer>- Specified by:
equalsin interfaceSet<Integer>- Overrides:
equalsin classAbstractSet<Integer>
-
toKeyStroke
-
toString
- Overrides:
toStringin classAbstractCollection<Integer>
-