Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.fudaa.ebli.geometrie
Class ListeGrPoint  view ListeGrPoint download ListeGrPoint.java

java.lang.Object
  extended byorg.fudaa.ebli.commun.ListeGenerique
      extended byorg.fudaa.ebli.geometrie.ListeGrPoint
All Implemented Interfaces:
java.io.Serializable

public final class ListeGrPoint
extends org.fudaa.ebli.commun.ListeGenerique

CODE GENERE. NE PAS EDITER. ListeGrPoint

Version:
$Revision: 1.7 $ $Date: 2001/09/17 16:46:53 $ by $Author: deniger $

Field Summary
 
Fields inherited from class org.fudaa.ebli.commun.ListeGenerique
acces_, debut, nombre_
 
Constructor Summary
ListeGrPoint()
           
 
Method Summary
 void ajoute(GrPoint o)
           
 boolean contient(GrPoint o)
           
 void enleve(GrPoint o)
           
 int indice(GrPoint o)
           
 void insere(GrPoint o, int j)
           
 void remplace(GrPoint o, int j)
           
 GrPoint renvoie(int j)
           
 GrPoint[] tableau()
           
 void tableau(GrPoint[] o)
           
 
Methods inherited from class org.fudaa.ebli.commun.ListeGenerique
_renvoie, _tableau, _tableau, ajoute, clone, contient, enleve, enleve, enleve, estVide, finalize, indice, insere, nombre, remplace, toString, vide
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ListeGrPoint

public ListeGrPoint()
Method Detail

renvoie

public final GrPoint renvoie(int j)

tableau

public final GrPoint[] tableau()

tableau

public final void tableau(GrPoint[] o)

ajoute

public final void ajoute(GrPoint o)

insere

public final void insere(GrPoint o,
                         int j)

remplace

public final void remplace(GrPoint o,
                           int j)

enleve

public final void enleve(GrPoint o)

indice

public final int indice(GrPoint o)

contient

public final boolean contient(GrPoint o)