类 FixedKeySet

  • 所有已实现的接口:
    java.lang.Iterable, java.util.Collection, java.util.Set

    public class FixedKeySet
    extends java.util.AbstractSet
    • 构造器概要

      构造器 
      构造器 说明
      FixedKeySet​(java.lang.String[] keys)  
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      java.util.Iterator iterator()  
      int size()  
      • 从类继承的方法 java.util.AbstractSet

        equals, hashCode, removeAll
      • 从类继承的方法 java.util.AbstractCollection

        add, addAll, clear, contains, containsAll, isEmpty, remove, retainAll, toArray, toArray, toString
      • 从类继承的方法 java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • 从接口继承的方法 java.util.Collection

        parallelStream, removeIf, stream, toArray
      • 从接口继承的方法 java.lang.Iterable

        forEach
      • 从接口继承的方法 java.util.Set

        add, addAll, clear, contains, containsAll, isEmpty, remove, retainAll, spliterator, toArray, toArray
    • 构造器详细资料

      • FixedKeySet

        public FixedKeySet​(java.lang.String[] keys)
    • 方法详细资料

      • iterator

        public java.util.Iterator iterator()
        指定者:
        iterator 在接口中 java.util.Collection
        指定者:
        iterator 在接口中 java.lang.Iterable
        指定者:
        iterator 在接口中 java.util.Set
        指定者:
        iterator 在类中 java.util.AbstractCollection
      • size

        public int size()
        指定者:
        size 在接口中 java.util.Collection
        指定者:
        size 在接口中 java.util.Set
        指定者:
        size 在类中 java.util.AbstractCollection