E
- Element typeSet
and List
interface contracts, as
they contradict on hashCode() specification. See Set.hashCode()
and List.hashCode()
.
This class interface will be removed in a future release.@Deprecated public interface OrderedSet<E> extends Set<E>, List<E>
Copyright © 2017 OpenDaylight. All rights reserved.