J.Util.Proxy.JavaList

trait JavaList[A] extends java.util.AbstractList[A] with J.Util.Proxy[java.util.List[A]]
trait J.Util.Proxy[java.util.List[J.Util.Proxy.JavaList.A]]
class java.util.AbstractList[J.Util.Proxy.JavaList.A]
trait java.util.List[J.Util.Proxy.JavaList.A]
class java.util.AbstractCollection[J.Util.Proxy.JavaList.A]
trait java.util.Collection[J.Util.Proxy.JavaList.A]
trait java.lang.Iterable[J.Util.Proxy.JavaList.A]
class java.lang.Object
trait scala.Matchable
class Any

Def

override def add(i: Int, v: A): Unit
Definition Classes
AbstractList -> List
Source
JavaList.scala
override def add(v: A): Boolean
Definition Classes
AbstractList -> List -> AbstractCollection -> Collection
Source
JavaList.scala
override def addAll(i: Int, v: java.util.Collection[_ <: A]): Boolean
Definition Classes
AbstractList -> List
Source
JavaList.scala
override def addAll(v: java.util.Collection[_ <: A]): Boolean
Definition Classes
List -> AbstractCollection -> Collection
Source
JavaList.scala
def apply(i: Int): A
override def clear: Unit
Definition Classes
AbstractList -> List -> AbstractCollection -> Collection
Source
JavaList.scala
def contains(`x$0`: .): Boolean
Inherited from
AbstractCollection
def containsAll(`x$0`: java.util.Collection[_ <: .]): Boolean
Inherited from
AbstractCollection
def equals(`x$0`: .): Boolean
Inherited from
AbstractList
def forEach(`x$0`: java.util.function.Consumer[_ >: java.lang.Iterable.T <: .]): Unit
Inherited from
Iterable
def get(`x$0`: Int): A
Inherited from
AbstractList
def hashCode(): Int
Inherited from
AbstractList
def indexOf(`x$0`: .): Int
Inherited from
AbstractList
def isEmpty(): Boolean
Inherited from
AbstractCollection
def iterator(): java.util.Iterator[A]
Inherited from
AbstractList
def lastIndexOf(`x$0`: .): Int
Inherited from
AbstractList
def listIterator(`x$0`: Int): java.util.ListIterator[A]
Inherited from
AbstractList
def listIterator(): java.util.ListIterator[A]
Inherited from
AbstractList
def parallelStream(): java.util.stream.Stream[A]
Inherited from
Collection
override def remove(i: Int): A
Definition Classes
AbstractList -> List
Source
JavaList.scala
override def remove(v: Any): Boolean
Definition Classes
List -> AbstractCollection -> Collection
Source
JavaList.scala
override def removeAll(v: java.util.Collection[_]): Boolean
Definition Classes
List -> AbstractCollection -> Collection
Source
JavaList.scala
def removeIf(`x$0`: java.util.function.Predicate[_ >: java.util.Collection.E <: .]): Boolean
Inherited from
Collection
def replaceAll(`x$0`: java.util.function.UnaryOperator[java.util.List.E]): Unit
Inherited from
List
override def retainAll(v: java.util.Collection[_]): Boolean
Definition Classes
List -> AbstractCollection -> Collection
Source
JavaList.scala
override def set(i: Int, v: A): A
Definition Classes
AbstractList -> List
Source
JavaList.scala
def size: Int
def sort(`x$0`: java.util.Comparator[_ >: java.util.List.E <: .]): Unit
Inherited from
List
def spliterator(): java.util.Spliterator[A]
Inherited from
List
def stream(): java.util.stream.Stream[A]
Inherited from
Collection
def subList(`x$0`: Int, `x$1`: Int): java.util.List[A]
Inherited from
AbstractList
def toArray[T <: .](`x$0`: Array[java.util.AbstractCollection.T & java.lang.Object]): Array[T & java.lang.Object]
Inherited from
AbstractCollection
def toArray(): Array[.]
Inherited from
AbstractCollection