com.starbase.starteam
Interface Items

All Known Implementing Classes:
ItemList

public interface Items

Describes a virtual array of Items, and methods for accessing them.


Method Summary
 Item getAt(int index)
          Returns the Item at the given index into the virtual array, or null.
 int size()
          Returns the size of the virtual array.
 

Method Detail

size

public int size()
Returns the size of the virtual array.

Returns:
the size of the virtual array.

getAt

public Item getAt(int index)
Returns the Item at the given index into the virtual array, or null.

Parameters:
index - The index into the virtual array of the desired Item.
Returns:
the Item at the given index into the virtual array, or null.


StarTeam SDK 10.4, Build 36
Copyright © 2003-2008 Borland Software Corporation. All rights reserved.