Package | Description |
---|---|
org.tanjakostic.jcleancim.model |
Classes being created by a builder or with the API (code) to hold the in-memory UML model.
|
org.tanjakostic.jcleancim.util |
Modifier and Type | Method and Description |
---|---|
static <T extends UmlObject> |
AbstractUmlObject.collectDuplicateDescriptions(java.util.Collection<T> objects)
Returns those
objects that have the same description (trimmed), indexed by that
description; skips null objects. |
static <T extends UmlObject> |
AbstractUmlObject.collectDuplicateNames(java.util.Collection<T> objects)
Returns those
objects that have the same name, indexed by name; skips null
objects. |
Modifier and Type | Class and Description |
---|---|
class |
MapOfLists<K,V> |
class |
MapOfSets<K,V> |
Copyright 2009-2016 Tatjana (Tanja) Kostic