mirror of
https://github.com/apache/commons-collections.git
synced 2025-02-08 02:59:29 +00:00
Field can be private
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1477619 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8041ccfe10
commit
cde8451d63
@ -884,7 +884,7 @@ public class Flat3Map<K, V> implements IterableMap<K, V>, Serializable, Cloneabl
|
||||
static abstract class EntryIterator<K, V> {
|
||||
private final Flat3Map<K, V> parent;
|
||||
private int nextIndex = 0;
|
||||
protected FlatMapEntry<K, V> currentEntry = null;
|
||||
private FlatMapEntry<K, V> currentEntry = null;
|
||||
|
||||
/**
|
||||
* Create a new Flat3Map.EntryIterator.
|
||||
|
Loading…
x
Reference in New Issue
Block a user