6970717273747576777879
return baseIter.next(); } @Override public void remove() { throw new ReadOnlyException("remove"); } }; }
78798081828384
}; } @Override public boolean add(Triple e) { throw new ReadOnlyException("add"); }
83848586878889
throw new ReadOnlyException("add"); } @Override public boolean addAll(Collection<? extends Triple> c) { throw new ReadOnlyException("add all"); }
88899091929394
throw new ReadOnlyException("add all"); } @Override public void clear() { throw new ReadOnlyException("clear"); }
93949596979899
throw new ReadOnlyException("clear"); } @Override public boolean remove(Object o) { throw new ReadOnlyException("remove"); }
9899100101102103104
throw new ReadOnlyException("remove"); } @Override public boolean removeAll(Collection<?> c) { throw new ReadOnlyException("remove all"); }
103104105106107108109
throw new ReadOnlyException("remove all"); } @Override public boolean retainAll(Collection<?> c) { throw new ReadOnlyException("retain all"); }