public class PostalCodeSet extends HashSet<String>
| Constructor and Description |
|---|
PostalCodeSet() |
PostalCodeSet(Collection<? extends String> col) |
PostalCodeSet(int initialCapacity) |
PostalCodeSet(int initialCapacity,
float loadFactor) |
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 PostalCodeSet()
public PostalCodeSet(Collection<? extends String> col)
public PostalCodeSet(int initialCapacity,
float loadFactor)
public PostalCodeSet(int initialCapacity)
Copyright © 2017 SAP SE. All Rights Reserved.