Class QuasimodeTool.ModifierKeySet
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractSet<E>
-
- java.util.HashSet<Integer>
-
- com.vividsolutions.jump.workbench.ui.cursortool.QuasimodeTool.ModifierKeySpec
-
- com.vividsolutions.jump.workbench.ui.cursortool.QuasimodeTool.ModifierKeySet
-
- All Implemented Interfaces:
Serializable
,Cloneable
,Iterable<Integer>
,Collection<Integer>
,Set<Integer>
- Enclosing class:
- QuasimodeTool
public static class QuasimodeTool.ModifierKeySet extends QuasimodeTool.ModifierKeySpec
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.vividsolutions.jump.workbench.ui.cursortool.QuasimodeTool.ModifierKeySpec
DEFAULT
-
-
Constructor Summary
Constructors Constructor Description ModifierKeySet(Collection<Integer> keys)
-
Method Summary
-
Methods inherited from class com.vividsolutions.jump.workbench.ui.cursortool.QuasimodeTool.ModifierKeySpec
add, addAllRaw, equals, toKeyStroke, toString
-
Methods inherited from class java.util.HashSet
clear, clone, contains, isEmpty, iterator, remove, size, spliterator
-
Methods inherited from class java.util.AbstractSet
hashCode, removeAll
-
Methods inherited from class java.util.AbstractCollection
addAll, containsAll, retainAll, toArray, toArray
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
-
-
-
Constructor Detail
-
ModifierKeySet
public ModifierKeySet(Collection<Integer> keys)
-
-