public class BannedStopSet extends HashSet<Integer>
Modifier and Type | Field and Description |
---|---|
static BannedStopSet |
ALL |
Constructor and Description |
---|
BannedStopSet() |
Modifier and Type | Method and Description |
---|---|
boolean |
contains(Integer i) |
add, clear, clone, contains, isEmpty, iterator, remove, size, spliterator
equals, hashCode, removeAll
addAll, containsAll, retainAll, toArray, toArray, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
addAll, containsAll, equals, hashCode, removeAll, retainAll, toArray, toArray
parallelStream, removeIf, stream
public static BannedStopSet ALL
public boolean contains(Integer i)
Copyright © 2019. All rights reserved.