com.ochafik.util
Interface IntArray

All Superinterfaces:
Iterable<Integer>
All Known Subinterfaces:
SortedIntArray

public interface IntArray
extends Iterable<Integer>


Nested Class Summary
static class IntArray.IntIterator
           
 
Method Summary
 int get(int pos)
           
 int[] getBackingArray()
           
 int size()
           
 int[] toArray()
           
 
Methods inherited from interface java.lang.Iterable
iterator
 

Method Detail

getBackingArray

int[] getBackingArray()

size

int size()

get

int get(int pos)

toArray

int[] toArray()


Copyright © 2009. All Rights Reserved.