@Immutable public final class SAFormalItemsByKind extends Object implements SAFormalItemsByKindReadable, SAFormalItemsByKindWritable
| Constructor and Description |
|---|
SAFormalItemsByKind(com.io7m.jlog.LogUsableType in_log)
Construct a new empty map.
|
| Modifier and Type | Method and Description |
|---|---|
SortedMap<SAFormalItemNumber,SAFormalItem> |
get(String kind)
Retrieve the set of formal items that are of the given kind.
|
void |
put(String kind,
SAFormalItem item)
Remember that the given formal item is of the given kind.
|
public SAFormalItemsByKind(com.io7m.jlog.LogUsableType in_log)
in_log - A log handlepublic SortedMap<SAFormalItemNumber,SAFormalItem> get(String kind)
SAFormalItemsByKindReadableget in interface SAFormalItemsByKindReadablekind - The kindpublic void put(String kind, SAFormalItem item)
SAFormalItemsByKindWritableput in interface SAFormalItemsByKindWritablekind - The kinditem - The formal itemCopyright © 2015 <code@io7m.com> http://io7m.com