com.browseengine.bobo.util
Class BigIntBuffer

java.lang.Object
  extended by com.browseengine.bobo.util.BigIntBuffer

public class BigIntBuffer
extends Object

Author:
ymatsuda

Constructor Summary
BigIntBuffer()
           
 
Method Summary
 int alloc(int size)
           
 int get(int ptr)
           
 void reset()
           
 void set(int ptr, int val)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BigIntBuffer

public BigIntBuffer()
Method Detail

alloc

public int alloc(int size)

reset

public void reset()

set

public void set(int ptr,
                int val)

get

public int get(int ptr)


Copyright © 2011. All Rights Reserved.