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

Quick Search    Search Deep

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

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

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

CODE GENERE. NE PAS EDITER. ListeGrPositionRelativePoint

Version:
$Revision: 1.6 $ $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
ListeGrPositionRelativePoint()
           
 
Method Summary
 void ajoute(GrPositionRelativePoint o)
           
 boolean contient(GrPositionRelativePoint o)
           
 void enleve(GrPositionRelativePoint o)
           
 int indice(GrPositionRelativePoint o)
           
 void insere(GrPositionRelativePoint o, int j)
           
 void remplace(GrPositionRelativePoint o, int j)
           
 GrPositionRelativePoint renvoie(int j)
           
 GrPositionRelativePoint[] tableau()
           
 void tableau(GrPositionRelativePoint[] 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

ListeGrPositionRelativePoint

public ListeGrPositionRelativePoint()
Method Detail

renvoie

public final GrPositionRelativePoint renvoie(int j)

tableau

public final GrPositionRelativePoint[] tableau()

tableau

public final void tableau(GrPositionRelativePoint[] o)

ajoute

public final void ajoute(GrPositionRelativePoint o)

insere

public final void insere(GrPositionRelativePoint o,
                         int j)

remplace

public final void remplace(GrPositionRelativePoint o,
                           int j)

enleve

public final void enleve(GrPositionRelativePoint o)

indice

public final int indice(GrPositionRelativePoint o)

contient

public final boolean contient(GrPositionRelativePoint o)