258259260261262263
@Override public boolean containsAll( Collection<?> values ) {throw new NotImplementedException();}
264265266267268269
@Override public boolean equals( Object object ) {throw new NotImplementedException();}
269270271272273274
{throw new NotImplementedException();} @Override public int hashCode( ) {throw new NotImplementedException();}
297298299300301302
@Override public boolean removeAll( Collection<?> values ) {throw new NotImplementedException();}
303304305306307308
@Override public boolean retainAll( Collection<?> values ) {throw new NotImplementedException();}
808182838485
// <public> @Override public TextField clone( Document context ) {throw new NotImplementedException();}
124125126127128129
@see #getMaxLength() */ public void setMaxLength( int value ) {throw new NotImplementedException();}
272273274275276277
// <public> @Override public Destination clone( Document context ) {throw new NotImplementedException();}
100101102103104105
@Override public ChoiceItems clone( Document context ) {throw new NotImplementedException();}
156157158159160161
} @Override public ListIterator<ChoiceItem> listIterator( ) {throw new NotImplementedException();}