BUG-4803: make ImmutableOffsetMap abstract 04/31704/4
authorRobert Varga <rovarga@cisco.com>
Mon, 21 Dec 2015 14:11:49 +0000 (15:11 +0100)
committerGerrit Code Review <gerrit@opendaylight.org>
Mon, 4 Jan 2016 10:39:06 +0000 (10:39 +0000)
commit468bdb3273e2c827045d93feb57b18a3842dd505
tree1ba4796e96092fd392d2fbea75831b3dde284733
parent1c5d95124042be96943fab59cd461a3ee4b561d2
BUG-4803: make ImmutableOffsetMap abstract

We will need two implementations, ordered and unordered. Make
ImmutableOffsetMap abstract and introduce the Ordered implementation.

Change-Id: I082512d71496c98e2ec3fd8b308ff897703ae01b
Signed-off-by: Robert Varga <rovarga@cisco.com>
common/util/src/main/java/org/opendaylight/yangtools/util/ImmutableOffsetMap.java
common/util/src/main/java/org/opendaylight/yangtools/util/MutableOffsetMap.java
common/util/src/test/java/org/opendaylight/yangtools/util/OffsetMapTest.java