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, spliteratorequals, hashCode, removeAlladdAll, containsAll, retainAll, toArray, toArray, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitaddAll, containsAll, equals, hashCode, removeAll, retainAll, toArray, toArrayparallelStream, removeIf, streampublic static BannedStopSet ALL
public boolean contains(Integer i)
Copyright © 2018. All rights reserved.