类 LinkedCaseInsensitiveMap.Values
java.lang.Object
java.util.AbstractCollection<V>
cn.taketoday.util.LinkedCaseInsensitiveMap.Values
- 所有已实现的接口:
Iterable<V>,Collection<V>
- 封闭类:
- LinkedCaseInsensitiveMap<V>
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
从类继承的方法 java.util.AbstractCollection
add, addAll, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait从接口继承的方法 java.util.Collection
equals, hashCode, parallelStream, removeIf, stream, toArray
-
字段详细资料
-
delegate
-
-
构造器详细资料
-
Values
Values(Collection<V> delegate)
-
-
方法详细资料
-
size
public int size()- 指定者:
size在接口中Collection<V>- 指定者:
size在类中AbstractCollection<V>
-
contains
- 指定者:
contains在接口中Collection<V>- 覆盖:
contains在类中AbstractCollection<V>
-
iterator
- 指定者:
iterator在接口中Collection<V>- 指定者:
iterator在接口中Iterable<V>- 指定者:
iterator在类中AbstractCollection<V>
-
clear
public void clear()- 指定者:
clear在接口中Collection<V>- 覆盖:
clear在类中AbstractCollection<V>
-
spliterator
-
forEach
-