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:
java.io.Serializable,java.lang.Cloneable,java.lang.Iterable<Shortcut>,java.util.Collection<Shortcut>,java.util.List<Shortcut>,java.util.RandomAccess
- Enclosing class:
- Shortcut
private static final class Shortcut.ShortcutCollection extends java.util.concurrent.CopyOnWriteArrayList<Shortcut>
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUID
-
Constructor Summary
Constructors Modifier Constructor Description privateShortcutCollection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanadd(Shortcut shortcut)(package private) voidreplace(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
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ShortcutCollection
private ShortcutCollection()
-
-