Package com.ibm.icu.impl
Class ICUCurrencyMetaInfo.UniqueList<T>
- java.lang.Object
-
- com.ibm.icu.impl.ICUCurrencyMetaInfo.UniqueList<T>
-
- Enclosing class:
- ICUCurrencyMetaInfo
private static class ICUCurrencyMetaInfo.UniqueList<T> extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description private
UniqueList()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) void
add(T value)
private static <T> ICUCurrencyMetaInfo.UniqueList<T>
create()
(package private) java.util.List<T>
list()
-
-
-
Method Detail
-
create
private static <T> ICUCurrencyMetaInfo.UniqueList<T> create()
-
add
void add(T value)
-
list
java.util.List<T> list()
-
-