Type Members
-
type
ThisType = This
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
_setChainPosition(c: C, p: Int): Unit
-
final
def
asInstanceOf[T0]: T0
-
def
between(other: This): Seq[This]
-
def
chain: C
-
def
chainAfter: IndexedSeq[This]
-
def
chainBefore: IndexedSeq[This]
-
def
chainHead: This
-
def
chainLast: This
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
def
firstInSeq: This
-
final
def
getClass(): Class[_]
-
def
getNext: Option[This]
-
def
getPrev: Option[This]
-
def
hasNext(n: Int): Boolean
-
def
hasNext: Boolean
-
def
hasPrev(n: Int): Boolean
-
def
hasPrev: Boolean
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
def
next(n: Int): This
-
def
next: This
-
def
nextWindow(n: Int): Seq[This]
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
position: Int
-
def
prev(n: Int): This
-
def
prev: This
-
def
prevWindow(n: Int): Seq[This]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
window(n: Int): Seq[This]
-
def
windowWithoutSelf(n: Int): Seq[This]
An element or "link" of a Chain sequence. ChainLink provides methods such as "next" and "prev".