class PotVector[V] extends PotCollection[Int, V]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PotVector
- PotCollection
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
apply(key: Int): Pot[V]
- Definition Classes
- PotCollection
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clear: PotVector[V]
- Definition Classes
- PotVector → PotCollection
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def contains(idx: Int): Boolean
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
get(idx: Int): Pot[V]
- Definition Classes
- PotVector → PotCollection
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
iterator: Iterator[(Int, Pot[V])]
- Definition Classes
- PotVector → PotCollection
-
def
map(f: (Int, Pot[V]) ⇒ Pot[V]): PotVector[V]
- Definition Classes
- PotVector → PotCollection
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
refresh(indices: Iterable[Int]): Unit
- Definition Classes
- PotVector → PotCollection
-
def
refresh(idx: Int): Unit
- Definition Classes
- PotVector → PotCollection
-
def
remove(idx: Int): PotVector[V]
- Definition Classes
- PotVector → PotCollection
- def resized(newLength: Int): PotVector[V]
-
def
seq: Iterable[(Int, Pot[V])]
- Definition Classes
- PotVector → PotCollection
- def slice(start: Int, end: Int): Seq[Pot[V]]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
updated(start: Int, values: Iterable[Pot[V]])(implicit num: Numeric[Int]): PotVector[V]
- Definition Classes
- PotVector → PotCollection
-
def
updated(kvs: Iterable[(Int, Pot[V])]): PotVector[V]
- Definition Classes
- PotVector → PotCollection
-
def
updated(idx: Int, value: Pot[V]): PotVector[V]
- Definition Classes
- PotVector → PotCollection
-
def
updated(coll: PotCollection[Int, V]): PotCollection[Int, V]
- Definition Classes
- PotCollection
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()