245246247248249250
@Override public boolean equals( Object object ) {throw new NotImplementedException();}
250251252253254255
{throw new NotImplementedException();} @Override public int hashCode( ) {throw new NotImplementedException();}
278279280281282283
@Override public boolean removeAll( Collection<?> values ) {throw new NotImplementedException();}
284285286287288289
@Override public boolean retainAll( Collection<?> values ) {throw new NotImplementedException();}
777879808182
// <public> @Override public GoToPreviousPage clone( Document context ) {throw new NotImplementedException();}
808182838485
// <public> @Override public GoToLocal clone( Document context ) {throw new NotImplementedException();}
717273747576
// <public> @Override public Rendition clone( Document context ) {throw new NotImplementedException();}
// <public> @Override public GoToFirstPage clone( Document context ) {throw new NotImplementedException();}
899091929394
// <public> @Override public ToggleVisibility clone( Document context ) {throw new NotImplementedException();}
468469470471472473
// <public> @Override public GoToEmbedded clone( Document context ) {throw new NotImplementedException();}