Embed
Email

Linear List

Document Sample
Linear List
Shared by: aRievxx Buzz
Stats
views:
3
posted:
2/10/2012
language:
pages:
1
/*

* To change this template, choose Tools | Templates

* and open the template in the editor.

*/



package newpackage;



public interface LinearList

{

public boolean isEmpty();

public int size();

public Object get(int index);

public int indexOf(Object theElement);

public Object remove(int index);

public void add(int index, Object theElement);

public String toString();

}


Related docs
Other docs by aRievxx Buzz
Twisted Pair
Views: 8  |  Downloads: 0
CSCW
Views: 0  |  Downloads: 0
Error in PHP
Views: 5  |  Downloads: 0
Error Exception Handling And Document Help
Views: 12  |  Downloads: 0
Chain
Views: 3  |  Downloads: 0
Class Diagram
Views: 12  |  Downloads: 0
Chain Node
Views: 4  |  Downloads: 0
Key All Version Smadav Pro
Views: 0  |  Downloads: 0
Operating System
Views: 3  |  Downloads: 0
Gerakan Sosial Indonesia
Views: 74  |  Downloads: 1
By registering with docstoc.com you agree to our
privacy policy

You are almost ready to download!

You are almost ready to download!