| 程序包 | 说明 |
|---|---|
| com.fr.stable.collections.map |
| 限定符和类型 | 类和说明 |
|---|---|
class |
OrderedSet<T>
|
| 限定符和类型 | 方法和说明 |
|---|---|
static <T> ObjectSet<T> |
ObjectSet.with(T... array) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ObjectSet.addAll(ObjectSet<T> set) |
| 构造器和说明 |
|---|
ObjectSet.ObjectSetIterator(ObjectSet<K> set) |
ObjectSet(ObjectSet set)
Creates a new set identical to the specified set.
|