TPTP 4.4.0 Platform Project
Public API Specification

org.eclipse.hyades.models.hierarchy.util
Interface ShortList


public interface ShortList


Method Summary
 ShortList add(short value)
           
 ShortList add(short value, int index)
           
 ShortList clear()
           
 ShortList compact()
           
 short get(int index)
           
 short[] getValues()
           
 int indexOf(short value, int startIndex)
           
 int lastIndexOf(short value, int endIndex)
           
 short set(short value, int index)
           
 int size()
           
 java.lang.String toString()
           
 

Method Detail

clear

public ShortList clear()

compact

public ShortList compact()

set

public short set(short value,
                 int index)

size

public int size()

add

public ShortList add(short value)

add

public ShortList add(short value,
                     int index)

get

public short get(int index)

indexOf

public int indexOf(short value,
                   int startIndex)

lastIndexOf

public int lastIndexOf(short value,
                       int endIndex)

getValues

public short[] getValues()

toString

public java.lang.String toString()

TPTP 4.4.0 Platform Project
Public API Specification