Package org.openstreetmap.josm.tools
Class Shortcut.ShortcutCollection
- java.lang.Object
-
- java.util.concurrent.CopyOnWriteArrayList<Shortcut>
-
- org.openstreetmap.josm.tools.Shortcut.ShortcutCollection
-
- All Implemented Interfaces:
Serializable
,Cloneable
,Iterable<Shortcut>
,Collection<Shortcut>
,List<Shortcut>
,RandomAccess
- Enclosing class:
- Shortcut
private static class Shortcut.ShortcutCollection extends CopyOnWriteArrayList<Shortcut>
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Modifier Constructor Description private
ShortcutCollection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
add(Shortcut shortcut)
(package private) void
replace(Shortcut newShortcut)
-
Methods inherited from class java.util.concurrent.CopyOnWriteArrayList
add, addAll, addAll, addAllAbsent, addIfAbsent, clear, clone, contains, containsAll, equals, forEach, get, hashCode, indexOf, indexOf, isEmpty, iterator, lastIndexOf, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, toString
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Collection
parallelStream, stream, toArray
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ShortcutCollection
private ShortcutCollection()
-
-