Joshua
open source statistical hierarchical phrase-based machine translation system
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends
joshua.util.Lists Class Reference

List of all members.

Classes

class  Index
class  Indexed< V >
class  IndexedBoolean
class  IndexedByte
class  IndexedDouble
class  IndexedFloat
class  IndexedInt
class  IndexedLong
class  IndexedShort

Static Public Member Functions

static Iterable< Integer > upto (final int exclusiveUpperBound)
static Iterable< IndexedByte > eachWithIndex (final byte[] list)
static Iterable< IndexedShort > eachWithIndex (final short[] list)
static Iterable< IndexedInt > eachWithIndex (final int[] list)
static Iterable< IndexedLong > eachWithIndex (final long[] list)
static Iterable< IndexedFloat > eachWithIndex (final float[] list)
static Iterable< IndexedDouble > eachWithIndex (final double[] list)
static< V > Iterable< Indexed
< V > > 
eachWithIndex (final V[] list)
static< V > Iterable< Indexed
< V > > 
eachWithIndex (final Iterator< V > valueIterator)
static< V > Iterable< Indexed
< V > > 
eachWithIndex (final Iterable< V > iterable)

Detailed Description

Author:
Lane Schwartz

Member Function Documentation

static Iterable<IndexedByte> joshua.util.Lists.eachWithIndex ( final byte[]  list) [static]

Here is the caller graph for this function:

static Iterable<IndexedShort> joshua.util.Lists.eachWithIndex ( final short[]  list) [static]
static Iterable<IndexedInt> joshua.util.Lists.eachWithIndex ( final int[]  list) [static]
static Iterable<IndexedLong> joshua.util.Lists.eachWithIndex ( final long[]  list) [static]
static Iterable<IndexedFloat> joshua.util.Lists.eachWithIndex ( final float[]  list) [static]
static Iterable<IndexedDouble> joshua.util.Lists.eachWithIndex ( final double[]  list) [static]
static <V> Iterable<Indexed<V> > joshua.util.Lists.eachWithIndex ( final V[]  list) [static]
static <V> Iterable<Indexed<V> > joshua.util.Lists.eachWithIndex ( final Iterator< V >  valueIterator) [static]
static <V> Iterable<Indexed<V> > joshua.util.Lists.eachWithIndex ( final Iterable< V >  iterable) [static]

Here is the call graph for this function:

static Iterable<Integer> joshua.util.Lists.upto ( final int  exclusiveUpperBound) [static]