Whoops forgot the special cases
This commit is contained in:
parent
c46baa10b4
commit
720fa44eed
@ -18,6 +18,7 @@ public enum SpecialFeature implements Feature<Collection> {
|
||||
ITERATOR_MODIFIABLE,
|
||||
MAP_ENTRY,
|
||||
DESCENDING,
|
||||
REVERSE,
|
||||
SUBMAP;
|
||||
|
||||
private final Set<Feature<? super Collection>> implied;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user