Packages

class SimpleHistory extends History

Source
SimpleHistory.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SimpleHistory
  2. History
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new SimpleHistory()

Value Members

  1. def add(item: CharSequence): Unit
  2. def asStrings: collection.immutable.List[String]
    Definition Classes
    SimpleHistoryHistory
  3. def asStrings(from: Int, to: Int): List[String]
    Definition Classes
    History
  4. def clear(): Unit
  5. def current(): String
  6. def get(idx: Int): CharSequence
  7. def historicize(text: String): Boolean
    Definition Classes
    History
  8. def index: Int
    Definition Classes
    SimpleHistoryHistory
  9. def isEmpty: Boolean
  10. def last: String
  11. def maxSize: Int
  12. def moveTo(idx: Int): Boolean
  13. def moveToEnd(): Unit
  14. def moveToFirst(): Boolean
  15. def moveToLast(): Boolean
  16. def next(): Boolean
  17. def previous(): Boolean
  18. def remove(idx: Int): CharSequence
  19. def removeFirst(): CharSequence
  20. def removeLast(): CharSequence
  21. def replace(item: CharSequence): Unit
  22. def set(idx: Int, to: CharSequence): Unit
  23. def size: Int
    Definition Classes
    SimpleHistoryHistory