Class PT_Locale.Sequence
- Enclosing class:
PT_Locale
A set of
PT_Locale instances backed by a Map<Locale,Charset>.
This is used at marshalling and unmarshalling time only.- Since:
- 0.3
- Version:
- 1.0
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractSet
equals, hashCode, removeAllMethods inherited from class AbstractCollection
addAll, clear, contains, containsAll, isEmpty, remove, retainAll, toArray, toArray, toStringMethods inherited from interface Collection
parallelStream, removeIf, stream
-
Field Details
-
locales
-
-
Constructor Details
-
Sequence
-
-
Method Details
-
size
public int size()Returns the number of elements in this set.- Specified by:
sizein interfaceCollection<PT_Locale>- Specified by:
sizein interfaceSet<PT_Locale>- Specified by:
sizein classAbstractCollection<PT_Locale>
-
add
Add the givenPT_Localein the backing map.- Specified by:
addin interfaceCollection<PT_Locale>- Specified by:
addin interfaceSet<PT_Locale>- Overrides:
addin classAbstractCollection<PT_Locale>
-
iterator
Returns an iterator over the entries in this set.
-