Scala Library
|
|
scala/xml/persistent/SetStorage.scala
]
class
SetStorage(file : java.io.File)
extends
CachedFileStorageValues and Variables inherited from CachedFileStorage | |
dirty, interval |
Method Summary | |
def
|
+=
(e : Node) : Unit
adds a node, setting this.dirty to true as a side effect
|
def
|
-=
(e : Node) : Unit
removes a tree, setting this.dirty to true as a side effect
|
def
|
nodes
: Iterator[Node]
returns an iterator over the nodes in this storage
|
Methods inherited from CachedFileStorage | |
initialNodes, run, flush |
Methods inherited from Logged | |
log |
Methods inherited from AnyRef | |
getClass, hashCode, equals, clone, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
Methods inherited from Any | |
==, !=, isInstanceOf, asInstanceOf |
Method Details |
Scala Library
|
|