-
- All Implemented Interfaces:
-
kotlin.collections.Collection,kotlin.collections.Iterable,kotlin.collections.List
public final class DslList<E extends Object, P extends DslProxy> implements List<E>
A simple wrapper around a List with an extra generic parameter that can be used to disambiguate extension methods.
<p>This class is used by Kotlin protocol buffer extensions, and its constructor is public only because generated message code is in a different compilation unit. Others should not use this class directly in any way.
-
-
Method Summary
Modifier and Type Method Description IntegergetSize()Iterator<E>iterator()ListIterator<E>listIterator()ListIterator<E>listIterator(Integer index)Booleanequals(Object other)IntegerhashCode()StringtoString()-
Methods inherited from class com.google.protobuf.kotlin.DslList
contains, containsAll, get, indexOf, isEmpty, lastIndexOf, spliterator, subList -
Methods inherited from class kotlin.collections.Collection
forEach -
Methods inherited from class kotlin.collections.List
parallelStream, stream -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
listIterator
ListIterator<E> listIterator()
-
listIterator
ListIterator<E> listIterator(Integer index)
-
-
-
-