scala-git
scala-git
API
com.madgag
diff
After
Before
BeforeAndAfter
MapDiff
MapDiff
git
bfg.model
BlobFileMode
BlobFileMode
ExecutableFile
FileName
ImplicitConversions
FileName
RegularFile
Symlink
Tree
Entry
Entry
EntryGrouping
Tree
TreeBlobEntry
TreeBlobs
TreeBlobs
TreeSubtrees
RichByteArray
RichDiffEntry
RichFileMode
RichObjectDatabase
RichObjectDirectory
RichObjectId
RichObjectReader
RichRef
RichRepo
RichRevObject
RichRevTree
RichString
RichTreeWalk
SizedObject
ThreadLocalObjectDatabaseResources
scala-git
/
com.madgag
/
com.madgag.diff
/
MapDiff
MapDiff
com.madgag.diff.MapDiff
See the
MapDiff
companion object
case
class
MapDiff
[
K
,
V
](
beforeAndAfter
:
Map
[
BeforeAndAfter
,
Map
[
K
,
V
]])
Attributes
Companion
object
Graph
Reset zoom
Hide graph
Show graph
Supertypes
trait
Serializable
trait
Product
trait
Equals
class
Object
trait
Matchable
class
Any
Show all
Members list
Clear all
Value members
Concrete methods
def
changed
:
Set
[
K
]
def
unchanged
:
Set
[
K
]
Inherited methods
def
productElementNames
:
Iterator
[
String
]
Attributes
Inherited from:
Product
def
productIterator
:
Iterator
[
Any
]
Attributes
Inherited from:
Product
Concrete fields
lazy
val
changedMap
:
Map
[
K
,
Map
[
BeforeAndAfter
,
V
]]
lazy
val
commonElements
:
Set
[
K
]
lazy
val
only
:
Map
[
BeforeAndAfter
,
Map
[
K
,
V
]]
lazy
val
unchangedMap
:
Map
[
K
,
V
]
In this article
Attributes
Members list
Value members
Concrete methods
Inherited methods
Concrete fields