private static class Shortcut.ShortcutCollection extends java.util.concurrent.CopyOnWriteArrayList<Shortcut>
Modifier | Constructor and Description |
---|---|
private |
ShortcutCollection() |
Modifier and Type | Method and Description |
---|---|
boolean |
add(Shortcut shortcut) |
void |
replace(Shortcut newShortcut) |
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
private ShortcutCollection()