class
SimpleHistory extends History
Instance Constructors
-
new
SimpleHistory()
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
+(other: String): String
-
def
->[B](y: B): (SimpleHistory, B)
-
final
def
==(arg0: Any): Boolean
-
def
add(item: CharSequence): Unit
-
final
def
asInstanceOf[T0]: T0
-
def
asStrings: List[String]
-
def
asStrings(from: Int, to: Int): List[String]
-
val
buf: Buffer[String]
-
def
clear(): Unit
-
def
clone(): AnyRef
-
def
current(): String
-
def
ensuring(cond: (SimpleHistory) ⇒ Boolean, msg: ⇒ Any): SimpleHistory
-
def
ensuring(cond: (SimpleHistory) ⇒ Boolean): SimpleHistory
-
def
ensuring(cond: Boolean, msg: ⇒ Any): SimpleHistory
-
def
ensuring(cond: Boolean): SimpleHistory
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
def
formatted(fmtstr: String): String
-
def
get(idx: Int): CharSequence
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
def
historicize(text: String): Boolean
-
def
index: Int
-
def
isEmpty: Boolean
-
final
def
isInstanceOf[T0]: Boolean
-
def
last: String
-
def
maxSize: Int
-
def
moveTo(idx: Int): Boolean
-
def
moveToEnd(): Unit
-
def
moveToFirst(): Boolean
-
def
moveToLast(): Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
def
next(): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
previous(): Boolean
-
def
remove(idx: Int): CharSequence
-
def
removeFirst(): CharSequence
-
def
removeLast(): CharSequence
-
def
replace(item: CharSequence): Unit
-
def
set(idx: Int, to: CharSequence): Unit
-
def
size: Int
-
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
→[B](y: B): (SimpleHistory, B)
Inherited from History
Value Members
-
def
asStrings(from: Int, to: Int): List[String]
-
def
historicize(text: String): Boolean
Inherited from AnyRef
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
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
Inherited from Any
Value Members
-
final
def
asInstanceOf[T0]: T0
-
final
def
isInstanceOf[T0]: Boolean
Inherited by implicit conversion any2stringadd from
SimpleHistory to any2stringadd[SimpleHistory]
Value Members
-
def
+(other: String): String
Inherited by implicit conversion StringFormat from
SimpleHistory to StringFormat[SimpleHistory]
Value Members
-
def
formatted(fmtstr: String): String
Ungrouped
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
+(other: String): String
-
def
->[B](y: B): (SimpleHistory, B)
-
final
def
==(arg0: Any): Boolean
-
def
add(item: CharSequence): Unit
-
final
def
asInstanceOf[T0]: T0
-
def
asStrings: List[String]
-
def
asStrings(from: Int, to: Int): List[String]
-
val
buf: Buffer[String]
-
def
clear(): Unit
-
def
clone(): AnyRef
-
def
current(): String
-
def
ensuring(cond: (SimpleHistory) ⇒ Boolean, msg: ⇒ Any): SimpleHistory
-
def
ensuring(cond: (SimpleHistory) ⇒ Boolean): SimpleHistory
-
def
ensuring(cond: Boolean, msg: ⇒ Any): SimpleHistory
-
def
ensuring(cond: Boolean): SimpleHistory
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
def
formatted(fmtstr: String): String
-
def
get(idx: Int): CharSequence
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
def
historicize(text: String): Boolean
-
def
index: Int
-
def
isEmpty: Boolean
-
final
def
isInstanceOf[T0]: Boolean
-
def
last: String
-
def
maxSize: Int
-
def
moveTo(idx: Int): Boolean
-
def
moveToEnd(): Unit
-
def
moveToFirst(): Boolean
-
def
moveToLast(): Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
def
next(): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
previous(): Boolean
-
def
remove(idx: Int): CharSequence
-
def
removeFirst(): CharSequence
-
def
removeLast(): CharSequence
-
def
replace(item: CharSequence): Unit
-
def
set(idx: Int, to: CharSequence): Unit
-
def
size: Int
-
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
→[B](y: B): (SimpleHistory, B)
The Scala compiler and reflection APIs.