javax.media.j3d
Class NnuIdManager

java.lang.Object
  extended by javax.media.j3d.NnuIdManager

 class NnuIdManager
extends java.lang.Object


Field Summary
(package private) static int nnuId
           
 
Constructor Summary
NnuIdManager()
           
 
Method Summary
(package private) static NnuId[] delete(NnuId[] nnuIdArr0, NnuId[] nnuIdArr1)
           
(package private) static boolean equals(NnuId[] nnuIdArr, NnuId key, int[] index, int start, int end)
           
(package private) static int equals(NnuId[] nnuIdArr, NnuId key, int start, int end)
           
(package private) static int getId()
           
(package private) static void insertSort(NnuId[] nnuIdArr)
           
(package private) static NnuId[] merge(NnuId[] nnuIdArr0, NnuId[] nnuIdArr1)
           
(package private) static void printIds(NnuId[] nnuIdArr)
           
(package private) static void quicksort(NnuId[] nnuIdArr, int l, int r)
           
(package private) static void replace(NnuId oldObj, NnuId newObj, NnuId[] nnuIdArr)
           
(package private) static void sort(NnuId[] nnuIdArr)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nnuId

static int nnuId
Constructor Detail

NnuIdManager

NnuIdManager()
Method Detail

getId

static final int getId()

equals

static final int equals(NnuId[] nnuIdArr,
                        NnuId key,
                        int start,
                        int end)

equals

static final boolean equals(NnuId[] nnuIdArr,
                            NnuId key,
                            int[] index,
                            int start,
                            int end)

sort

static final void sort(NnuId[] nnuIdArr)

insertSort

static final void insertSort(NnuId[] nnuIdArr)

quicksort

static final void quicksort(NnuId[] nnuIdArr,
                            int l,
                            int r)

delete

static final NnuId[] delete(NnuId[] nnuIdArr0,
                            NnuId[] nnuIdArr1)

merge

static final NnuId[] merge(NnuId[] nnuIdArr0,
                           NnuId[] nnuIdArr1)

replace

static final void replace(NnuId oldObj,
                          NnuId newObj,
                          NnuId[] nnuIdArr)

printIds

static final void printIds(NnuId[] nnuIdArr)


Copyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.