Instance Constructors
-
new
JLineFileHistory
()
Type Members
-
case class
Entry
(index: Int, value: CharSequence) extends Entry with Product with Serializable
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
add
(item: CharSequence): Unit
-
def
addLineToFile
(item: CharSequence): Unit
-
def
append
(lines: String*): Unit
-
def
asInstanceOf
[T0]
: T0
-
def
asJavaList
: JListIterator[JEntry]
-
def
asList
: List[JEntry]
-
def
asStrings
: List[String]
-
def
clear
(): Unit
-
def
clone
(): AnyRef
-
def
current
(): CharSequence
-
def
entries
(): JListIterator[JEntry]
-
def
entries
(idx: Int): JListIterator[JEntry]
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
finalize
(): Unit
-
def
flush
(): Unit
-
def
get
(idx: Int): CharSequence
-
def
getClass
(): java.lang.Class[_]
-
def
grep
(s: String): List[String]
-
def
hashCode
(): Int
-
lazy val
historyFile
: File
-
def
index
: Int
-
def
isEmpty
(): Boolean
-
def
isInstanceOf
[T0]
: Boolean
-
def
iterator
(): JIterator[JEntry]
-
def
last
: String
-
def
load
(): Unit
-
def
maxSize
: Int
-
def
moveTo
(idx: Int): Boolean
-
def
moveToEnd
(): Unit
-
def
moveToFirst
(): Boolean
-
def
moveToLast
(): Boolean
-
def
ne
(arg0: AnyRef): Boolean
-
def
next
(): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
previous
(): Boolean
-
def
purge
(): Unit
-
def
replace
(item: CharSequence): Unit
-
def
size
: Int
-
def
sync
(): Unit
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
-
def
withoutSaving
[T]
(op: ⇒ T): T
Inherited from PersistentHistory
Inherited from History
Inherited from Iterable[Entry]
Inherited from AnyRef
Inherited from Any