com.ximpleware
Interface IIntBuffer

All Known Implementing Classes:
FastIntBuffer

public interface IIntBuffer

Abstract int buffer storage interface. Creation date: (11/23/03 6:14:40 PM)


Method Summary
 int intAt(int i)
          Get the int at the index value.
 void modifyEntry(int index, int val)
          Modify the int at index to value val.
 int size()
          Get the total number of int in the buffer.
 

Method Detail

intAt

int intAt(int i)
Get the int at the index value. Creation date: (11/23/03 6:15:33 PM)

Parameters:
i - int

modifyEntry

void modifyEntry(int index,
                 int val)
Modify the int at index to value val. Creation date: (11/23/03 6:16:56 PM)

Parameters:
index - int
val - int

size

int size()
Get the total number of int in the buffer. Creation date: (11/23/03 7:21:25 PM)

Returns:
int


Copyright © 2013. All Rights Reserved.