class
LogoList extends AbstractSequentialList[AnyRef] with Serializable
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
def
add(index: Int, obj: AnyRef): Nothing
-
def
add(arg0: AnyRef): Boolean
-
def
addAll(arg0: Int, arg1: java.util.Collection[_ <: AnyRef]): Boolean
-
def
addAll(arg0: java.util.Collection[_ <: AnyRef]): Boolean
-
final
def
asInstanceOf[T0]: T0
-
-
-
def
clear(): Unit
-
def
clone(): AnyRef
-
def
contains(arg0: Any): Boolean
-
def
containsAll(arg0: java.util.Collection[_]): Boolean
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
def
first: AnyRef
-
def
fput(obj: AnyRef): LogoList
-
def
get(index: Int): AnyRef
-
final
def
getClass(): java.lang.Class[_]
-
def
hashCode(): Int
-
def
indexOf(arg0: Any): Int
-
def
isEmpty(): Boolean
-
final
def
isInstanceOf[T0]: Boolean
-
def
iterator(): Iterator[AnyRef]
-
def
lastIndexOf(arg0: Any): Int
-
def
listIterator(i: Int): ListIterator[AnyRef]
-
def
listIterator(): ListIterator[AnyRef]
-
def
logoSublist(start: Int, stop: Int): LogoList
-
def
lput(obj: AnyRef): LogoList
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
remove(arg0: Int): AnyRef
-
def
remove(arg0: Any): Boolean
-
def
removeAll(arg0: java.util.Collection[_]): Boolean
-
def
removeItem(index: Int): LogoList
-
def
removeRange(arg0: Int, arg1: Int): Unit
-
def
replaceItem(index: Int, obj: AnyRef): LogoList
-
def
retainAll(arg0: java.util.Collection[_]): Boolean
-
-
def
scalaIterator: VectorIterator[AnyRef]
-
def
set(arg0: Int, arg1: AnyRef): AnyRef
-
def
size(): Int
-
def
subList(arg0: Int, arg1: Int): List[AnyRef]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toArray[T](arg0: Array[T]): Array[T]
-
def
toArray(): Array[AnyRef]
-
def
toString(): String
-
def
toVector: Vector[AnyRef]
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AbstractSequentialList[AnyRef]
Value Members
-
def
addAll(arg0: Int, arg1: java.util.Collection[_ <: AnyRef]): Boolean
-
def
remove(arg0: Int): AnyRef
-
def
set(arg0: Int, arg1: AnyRef): AnyRef
Inherited from AbstractList[AnyRef]
Value Members
-
def
add(arg0: AnyRef): Boolean
-
def
clear(): Unit
-
def
equals(arg0: Any): Boolean
-
def
hashCode(): Int
-
def
indexOf(arg0: Any): Int
-
def
lastIndexOf(arg0: Any): Int
-
def
listIterator(): ListIterator[AnyRef]
-
def
removeRange(arg0: Int, arg1: Int): Unit
-
def
subList(arg0: Int, arg1: Int): List[AnyRef]
Inherited from AbstractCollection[AnyRef]
Value Members
-
def
addAll(arg0: java.util.Collection[_ <: AnyRef]): Boolean
-
def
contains(arg0: Any): Boolean
-
def
containsAll(arg0: java.util.Collection[_]): Boolean
-
def
isEmpty(): Boolean
-
def
remove(arg0: Any): Boolean
-
def
removeAll(arg0: java.util.Collection[_]): Boolean
-
def
retainAll(arg0: java.util.Collection[_]): Boolean
-
def
toArray[T](arg0: Array[T]): Array[T]
-
def
toArray(): Array[AnyRef]
-
def
toString(): String
Inherited from AnyRef
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): java.lang.Class[_]
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from Any
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
final
def
isInstanceOf[T0]: Boolean