scala.xml.persistent

SetStorage

class SetStorage extends CachedFileStorage

A persistent store with set semantics. This class allows to add and remove trees, but never contains two structurally equal trees.

Source
SetStorage.scala
Linear Supertypes
CachedFileStorage, Logged, Thread, Runnable, AnyRef, Any
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SetStorage
  2. CachedFileStorage
  3. Logged
  4. Thread
  5. Runnable
  6. AnyRef
  7. Any
Implicitly
  1. by StringAdd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SetStorage(file: File)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from SetStorage to StringAdd[SetStorage] performed by method StringAdd in scala.Predef.
    Definition Classes
    StringAdd
  5. def +=(e: Node): Unit

    adds a node, setting this.

    adds a node, setting this.dirty to true as a side effect

    Definition Classes
    SetStorageCachedFileStorage
  6. def -=(e: Node): Unit

    removes a tree, setting this.

    removes a tree, setting this.dirty to true as a side effect

    Definition Classes
    SetStorageCachedFileStorage
  7. def ->[B](y: B): (SetStorage, B)

    Implicit information
    This member is added by an implicit conversion from SetStorage to ArrowAssoc[SetStorage] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  8. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  9. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. final def checkAccess(): Unit

    Definition Classes
    Thread
  12. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    Thread → AnyRef
    Annotations
    @throws()
  13. var dirty: Boolean

    this storage modified since last modification check

    this storage modified since last modification check

    Attributes
    protected
    Definition Classes
    CachedFileStorage
  14. def ensuring(cond: (SetStorage) ⇒ Boolean, msg: ⇒ Any): SetStorage

    Implicit information
    This member is added by an implicit conversion from SetStorage to Ensuring[SetStorage] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: (SetStorage) ⇒ Boolean): SetStorage

    Implicit information
    This member is added by an implicit conversion from SetStorage to Ensuring[SetStorage] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean, msg: ⇒ Any): SetStorage

    Implicit information
    This member is added by an implicit conversion from SetStorage to Ensuring[SetStorage] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: Boolean): SetStorage

    Implicit information
    This member is added by an implicit conversion from SetStorage to Ensuring[SetStorage] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  20. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  21. def flush(): Unit

    Force writing of contents to the file, even if there has not been any update.

    Force writing of contents to the file, even if there has not been any update.

    Definition Classes
    CachedFileStorage
  22. def formatted(fmtstr: String): String

    Returns string formatted according to given format string.

    Returns string formatted according to given format string. Format strings are as for String.format (@see java.lang.String.format).

    Implicit information
    This member is added by an implicit conversion from SetStorage to StringFormat[SetStorage] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  23. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  24. def getContextClassLoader(): ClassLoader

    Definition Classes
    Thread
  25. def getId(): Long

    Definition Classes
    Thread
  26. final def getName(): String

    Definition Classes
    Thread
  27. final def getPriority(): Int

    Definition Classes
    Thread
  28. def getStackTrace(): Array[StackTraceElement]

    Definition Classes
    Thread
  29. def getState(): State

    Definition Classes
    Thread
  30. final def getThreadGroup(): ThreadGroup

    Definition Classes
    Thread
  31. def getUncaughtExceptionHandler(): UncaughtExceptionHandler

    Definition Classes
    Thread
  32. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  33. def initialNodes: collection.Iterator[Node]

    finds and loads the storage file.

    finds and loads the storage file. subclasses should call this method prior to any other, but only once, to obtain the initial sequence of nodes.

    Attributes
    protected
    Definition Classes
    CachedFileStorage
  34. def interrupt(): Unit

    Definition Classes
    Thread
  35. val interval: Int

    period between modification checks, in milliseconds

    period between modification checks, in milliseconds

    Attributes
    protected
    Definition Classes
    CachedFileStorage
  36. final def isAlive(): Boolean

    Definition Classes
    Thread
  37. final def isDaemon(): Boolean

    Definition Classes
    Thread
  38. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  39. def isInterrupted(): Boolean

    Definition Classes
    Thread
  40. final def join(): Unit

    Definition Classes
    Thread
    Annotations
    @throws()
  41. final def join(arg0: Long, arg1: Int): Unit

    Definition Classes
    Thread
    Annotations
    @throws()
  42. final def join(arg0: Long): Unit

    Definition Classes
    Thread
    Annotations
    @throws()
  43. def log(msg: String): Unit

    This method should log the message given as argument somewhere as a side-effect.

    This method should log the message given as argument somewhere as a side-effect.

    msg

    message to be logged

    Definition Classes
    Logged
  44. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  45. def nodes: collection.Iterator[Node]

    returns an iterator over the nodes in this storage

    returns an iterator over the nodes in this storage

    Definition Classes
    SetStorageCachedFileStorage
  46. final def notify(): Unit

    Definition Classes
    AnyRef
  47. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  48. def run(): Unit

    Run method of the thread.

    Run method of the thread. remember to use start() to start a thread, not run.

    Definition Classes
    CachedFileStorage → Thread → Runnable
  49. def setContextClassLoader(arg0: ClassLoader): Unit

    Definition Classes
    Thread
  50. final def setDaemon(arg0: Boolean): Unit

    Definition Classes
    Thread
  51. final def setName(arg0: String): Unit

    Definition Classes
    Thread
  52. final def setPriority(arg0: Int): Unit

    Definition Classes
    Thread
  53. def setUncaughtExceptionHandler(arg0: UncaughtExceptionHandler): Unit

    Definition Classes
    Thread
  54. def start(): Unit

    Definition Classes
    Thread
  55. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  56. def toString(): String

    Definition Classes
    Thread → AnyRef → Any
  57. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  58. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  59. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  60. def [B](y: B): (SetStorage, B)

    Implicit information
    This member is added by an implicit conversion from SetStorage to ArrowAssoc[SetStorage] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def countStackFrames(): Int

    Definition Classes
    Thread
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  2. def destroy(): Unit

    Definition Classes
    Thread
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  3. final def resume(): Unit

    Definition Classes
    Thread
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  4. final def stop(arg0: java.lang.Throwable): Unit

    Definition Classes
    Thread
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  5. final def stop(): Unit

    Definition Classes
    Thread
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  6. final def suspend(): Unit

    Definition Classes
    Thread
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from CachedFileStorage

Inherited from Logged

Inherited from Thread

Inherited from Runnable

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion StringAdd from SetStorage to StringAdd[SetStorage]

Inherited by implicit conversion StringFormat from SetStorage to StringFormat[SetStorage]

Inherited by implicit conversion Ensuring from SetStorage to Ensuring[SetStorage]

Inherited by implicit conversion ArrowAssoc from SetStorage to ArrowAssoc[SetStorage]

Ungrouped