Package org.pdfclown.util

Examples of org.pdfclown.util.NotImplementedException


  @Override
  public int indexOf(
    Object bookmark
    )
  {throw new NotImplementedException();}
View Full Code Here


  {return indexOf(bookmark);}

  @Override
  public ListIterator<Bookmark> listIterator(
    )
  {throw new NotImplementedException();}
View Full Code Here

  @Override
  public ListIterator<Bookmark> listIterator(
    int index
    )
  {throw new NotImplementedException();}
View Full Code Here

  @Override
  public Bookmark remove(
    int index
    )
  {throw new NotImplementedException();}
View Full Code Here

  @Override
  public Bookmark set(
    int index,
    Bookmark bookmark
    )
  {throw new NotImplementedException();}
View Full Code Here

  @Override
  public List<Bookmark> subList(
    int fromIndex,
    int toIndex
    )
  {throw new NotImplementedException();}
View Full Code Here

  @Override
  public boolean addAll(
    Collection<? extends Bookmark> bookmarks
    )
  {throw new NotImplementedException();}
View Full Code Here

  {throw new NotImplementedException();}

  @Override
  public void clear(
    )
  {throw new NotImplementedException();}
View Full Code Here

  @Override
  public boolean contains(
    Object bookmark
    )
  {throw new NotImplementedException();}
View Full Code Here

  @Override
  public boolean containsAll(
    Collection<?> bookmarks
    )
  {throw new NotImplementedException();}
View Full Code Here

TOP

Related Classes of org.pdfclown.util.NotImplementedException

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.