Search:

Type: Posts; User: Norm

Search: Search took 0.14 seconds.

  1. Replies
    3
    Views
    775

    Re: Remove item from table

    What is the IndexedContainer class? What class does it extend? What interfaces does it implement?
    Can any of them be used by one of the Collections sort() methods?
  2. Replies
    3
    Views
    775

    Re: Remove item from table

    The normal way would be to:
    search the list for the item to delete
    remove the item

    Are you asking about a java class that implements the List interface?
    What kind of objects are stored in the...
Results 1 to 2 of 2