BUG-7464: Encapsupate special objects. 18/49918/8
authorRobert Varga <rovarga@cisco.com>
Sun, 1 Jan 2017 23:17:28 +0000 (00:17 +0100)
committerRobert Varga <rovarga@cisco.com>
Tue, 10 Jan 2017 19:12:11 +0000 (20:12 +0100)
commit7c1da69d3100e377401566fd24b13c0f8fe629f5
tree126a566abc5131d58f29c25ab424a9e175e93d8b
parent4af4cece1392a3d0bb1c0c469f41e97bdb5cc21b
BUG-7464: Encapsupate special objects.

These really are singletons, hence making them type-safe
as enums makes sense, as it expresses their nature.

Change-Id: I3f1b7f953bcb36ea7d72b594bfedcd4782e6767e
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
third-party/triemap/src/main/java/org/opendaylight/yangtools/triemap/INode.java
third-party/triemap/src/main/java/org/opendaylight/yangtools/triemap/LookupResult.java [new file with mode: 0644]
third-party/triemap/src/main/java/org/opendaylight/yangtools/triemap/PresencePredicate.java [new file with mode: 0644]
third-party/triemap/src/main/java/org/opendaylight/yangtools/triemap/TrieMap.java