/**
* {@inheritDoc}
- * @throws UnsupportedOperation - this operation is not supported
+ * @throws UnsupportedOperationException - this operation is not supported
*/
public int drainTo(Collection<? super E> c, int maxElements) {
throw new UnsupportedOperationException("int drainTo(Collection<? super E> c, int maxElements)");
/**
* {@inheritDoc}
- * @throws UnsupportedOperation - this operation is not supported
+ * @throws UnsupportedOperationException - this operation is not supported
*/
public int drainTo(Collection<? super E> c) {
/**
* {@inheritDoc}
- * @throws UnsupportedOperation - this operation is not supported
+ * @throws UnsupportedOperationException - this operation is not supported
*/
public void clear() {
throw new UnsupportedOperationException("void clear()");
/**
* {@inheritDoc}
- * @throws UnsupportedOperation - this operation is not supported
+ * @throws UnsupportedOperationException - this operation is not supported
*/
public boolean containsAll(Collection<?> c) {
throw new UnsupportedOperationException("boolean containsAll(Collection<?> c)");
/**
* {@inheritDoc}
- * @throws UnsupportedOperation - this operation is not supported
+ * @throws UnsupportedOperationException - this operation is not supported
*/
public boolean removeAll(Collection<?> c) {
throw new UnsupportedOperationException("boolean removeAll(Collection<?> c)");
/**
* {@inheritDoc}
- * @throws UnsupportedOperation - this operation is not supported
+ * @throws UnsupportedOperationException - this operation is not supported
*/
public boolean retainAll(Collection<?> c) {
throw new UnsupportedOperationException("boolean retainAll(Collection<?> c)");
/**
* {@inheritDoc}
- * @throws UnsupportedOperation - this operation is not supported
+ * @throws UnsupportedOperationException - this operation is not supported
*/
public Object[] toArray() {
throw new UnsupportedOperationException("Object[] toArray()");
/**
* {@inheritDoc}
- * @throws UnsupportedOperation - this operation is not supported
+ * @throws UnsupportedOperationException - this operation is not supported
*/
public <T> T[] toArray(T[] a) {
throw new UnsupportedOperationException("<T> T[] toArray(T[] a)");
/**
* {@inheritDoc}
- * @throws UnsupportedOperation - this operation is not supported
+ * @throws UnsupportedOperationException - this operation is not supported
*/
public E element() {
throw new UnsupportedOperationException("E element()");
/**
* {@inheritDoc}
- * @throws UnsupportedOperation - this operation is not supported
+ * @throws UnsupportedOperationException - this operation is not supported
*/
public E peek() {
throw new UnsupportedOperationException("E peek()");
/**
* {@inheritDoc}
- * @throws UnsupportedOperation - this operation is not supported
+ * @throws UnsupportedOperationException - this operation is not supported
*/
public E remove() {
throw new UnsupportedOperationException("E remove()");
/**
* {@inheritDoc}
- * @throws UnsupportedOperation - this operation is not supported
+ * @throws UnsupportedOperationException - this operation is not supported
*/
public int drainTo(Collection<? super E> c, int maxElements) {
throw new UnsupportedOperationException("int drainTo(Collection<? super E> c, int maxElements)");
/**
* {@inheritDoc}
- * @throws UnsupportedOperation - this operation is not supported
+ * @throws UnsupportedOperationException - this operation is not supported
*/
public int drainTo(Collection<? super E> c) {
return drainTo(c,Integer.MAX_VALUE);
/**
* {@inheritDoc}
- * @throws UnsupportedOperation - this operation is not supported
+ * @throws UnsupportedOperationException - this operation is not supported
*/
public void clear() {
throw new UnsupportedOperationException("void clear()");
/**
* {@inheritDoc}
- * @throws UnsupportedOperation - this operation is not supported
+ * @throws UnsupportedOperationException - this operation is not supported
*/
public boolean containsAll(Collection<?> c) {
throw new UnsupportedOperationException("boolean containsAll(Collection<?> c)");
/**
* {@inheritDoc}
- * @throws UnsupportedOperation - this operation is not supported
+ * @throws UnsupportedOperationException - this operation is not supported
*/
public boolean removeAll(Collection<?> c) {
throw new UnsupportedOperationException("boolean removeAll(Collection<?> c)");
/**
* {@inheritDoc}
- * @throws UnsupportedOperation - this operation is not supported
+ * @throws UnsupportedOperationException - this operation is not supported
*/
public boolean retainAll(Collection<?> c) {
throw new UnsupportedOperationException("boolean retainAll(Collection<?> c)");
/**
* {@inheritDoc}
- * @throws UnsupportedOperation - this operation is not supported
+ * @throws UnsupportedOperationException - this operation is not supported
*/
public Object[] toArray() {
throw new UnsupportedOperationException("Object[] toArray()");
/**
* {@inheritDoc}
- * @throws UnsupportedOperation - this operation is not supported
+ * @throws UnsupportedOperationException - this operation is not supported
*/
public <T> T[] toArray(T[] a) {
throw new UnsupportedOperationException("<T> T[] toArray(T[] a)");
/**
* {@inheritDoc}
- * @throws UnsupportedOperation - this operation is not supported
+ * @throws UnsupportedOperationException - this operation is not supported
*/
public E element() {
throw new UnsupportedOperationException("E element()");
/**
* {@inheritDoc}
- * @throws UnsupportedOperation - this operation is not supported
+ * @throws UnsupportedOperationException - this operation is not supported
*/
public E peek() {
throw new UnsupportedOperationException("E peek()");
/**
* {@inheritDoc}
- * @throws UnsupportedOperation - this operation is not supported
+ * @throws UnsupportedOperationException - this operation is not supported
*/
public E remove() {
throw new UnsupportedOperationException("E remove()");