mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-12812 add remove() for old Java
X-SVN-Rev: 39880
This commit is contained in:
parent
0532404ce9
commit
1492fbd84c
1 changed files with 4 additions and 0 deletions
|
@ -164,6 +164,10 @@ public class XCldrStub {
|
|||
public Iterator<Entry<K, V>> iterator() {
|
||||
return this;
|
||||
}
|
||||
@Override
|
||||
public void remove() {
|
||||
throw new UnsupportedOperationException();
|
||||
}
|
||||
}
|
||||
|
||||
private static class ReusableEntry<K,V> implements Entry<K,V> {
|
||||
|
|
Loading…
Add table
Reference in a new issue