scala.xml.persistent
SetStorage
Inherited
- Hide All
- Show all
- CachedFileStorage
- Logged
- Thread
- Runnable
- AnyRef
- Any
Instance constructors
-
new
SetStorage(file: File)
Value Members
-
def
!=(arg0: AnyRef): Boolean
-
def
!=(arg0: Any): Boolean
-
def
##(): Int
-
def
$asInstanceOf[T0](): T0
-
def
$isInstanceOf[T0](): Boolean
-
def
+=(e: Node): Unit
-
def
-=(e: Node): Unit
-
def
==(arg0: AnyRef): Boolean
-
def
==(arg0: Any): Boolean
-
def
asInstanceOf[T0]: T0
-
def
checkAccess(): Unit
-
def
clone(): AnyRef
-
def
countStackFrames(): Int
-
def
destroy(): Unit
-
var
dirty: Boolean
-
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
def
flush: Unit
-
def
getClass(): java.lang.Class[_ <: java.lang.Object]
-
def
getContextClassLoader(): ClassLoader
-
def
getId(): Long
-
def
getName(): String
-
def
getPriority(): Int
-
def
getStackTrace(): Array[StackTraceElement]
-
def
getState(): State
-
def
getThreadGroup(): ThreadGroup
-
def
getUncaughtExceptionHandler(): UncaughtExceptionHandler
-
def
hashCode(): Int
-
-
def
interrupt(): Unit
-
val
interval: Int
-
def
isAlive(): Boolean
-
def
isDaemon(): Boolean
-
def
isInstanceOf[T0]: Boolean
-
def
isInterrupted(): Boolean
-
def
join(): Unit
-
def
join(arg0: Long, arg1: Int): Unit
-
def
join(arg0: Long): Unit
-
def
log(msg: String): Unit
-
def
ne(arg0: AnyRef): Boolean
-
-
def
notify(): Unit
-
def
notifyAll(): Unit
-
def
resume(): Unit
-
def
run(): Unit
-
def
setContextClassLoader(arg0: ClassLoader): Unit
-
def
setDaemon(arg0: Boolean): Unit
-
def
setName(arg0: String): Unit
-
def
setPriority(arg0: Int): Unit
-
def
setUncaughtExceptionHandler(arg0: UncaughtExceptionHandler): Unit
-
def
start(): Unit
-
def
stop(arg0: Throwable): Unit
-
def
stop(): Unit
-
def
suspend(): 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
A persistent store with set semantics . This class allows to add and remove trees, but never contains two structurally equal trees.
authors:
Burak Emir