93949596979899100
} @Override public IList put(int i, IValue e) throws FactTypeUseException, IndexOutOfBoundsException { throw new IllegalOperationException("isEqual over buffered list", getType()); }
99100101102103104105106
getType()); } @Override public IValue get(int i) throws IndexOutOfBoundsException { throw new IllegalOperationException("isEqual over buffered list", getType()); }
105106107108109110111112
getType()); } @Override public IList sublist(int offset, int length) { throw new IllegalOperationException("isEqual over buffered list", getType()); }
111112113114115116117118
getType()); } @Override public boolean isEmpty() { throw new IllegalOperationException("isEqual over buffered list", getType()); }
117118119120121122123124
getType()); } @Override public boolean contains(IValue e) { throw new IllegalOperationException("isEqual over buffered list", getType()); }
123124125126127128129130
getType()); } @Override public IList delete(IValue e) { throw new IllegalOperationException("isEqual over buffered list", getType()); }
129130131132133134135136
getType()); } @Override public IList delete(int i) { throw new IllegalOperationException("isEqual over buffered list", getType()); }
135136137138139140141142
getType()); } @Override public IList product(IList e) { throw new IllegalOperationException("isEqual over buffered list", getType()); }
141142143144145146147148
getType()); } @Override public IList subtract(IList e) { throw new IllegalOperationException("isEqual over buffered list", getType()); }
147148149150151152153154
getType()); } @Override public IList intersect(IList e) { throw new IllegalOperationException("isEqual over buffered list", getType()); }