Package 

Interface EnumEntries

  • All Implemented Interfaces:
    kotlin.collections.Collection , kotlin.collections.Iterable , kotlin.collections.List

    @SinceKotlin(version = 1.9) 
    public interface EnumEntries<E extends Enum<E>>
     implements List<E>
                        
    • Method Summary

      Modifier and Type Method Description
      abstract Integer getSize()
      • Methods inherited from class kotlin.enums.EnumEntries

        addFirst, addLast, contains, containsAll, get, getFirst, getLast, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, removeFirst, removeLast, reversed, spliterator, subList
      • Methods inherited from class kotlin.collections.Collection

        forEach
      • Methods inherited from class kotlin.collections.List

        parallelStream, stream, toArray
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait