com.starteam.diff
Interface Sequence

All Known Implementing Classes:
IntralineSequence, ParsedCharSequence

public interface Sequence

A sequence of objects.


Method Summary
 boolean add(java.lang.Object o)
          Add the object to the sequence
 java.lang.Object get(int index)
          Get the object at the given index
 int getSize()
          Get the size of the sequence
 

Method Detail

add

boolean add(java.lang.Object o)
Add the object to the sequence

Parameters:
o - Object to be added to the sequence
Returns:
true if addition of the object to the sequence was successful.

get

java.lang.Object get(int index)
Get the object at the given index

Parameters:
index -
Returns:
object at the given index

getSize

int getSize()
Get the size of the sequence

Returns:
size of the sequence


StarTeam SDK 14.0, Build 21
Copyright © 2003-2012 Borland Software Corporation. All rights reserved.