com.rubecula.util.random
Interface Peekable

All Known Implementing Classes:
RandomLogged

public interface Peekable

Author:
Robin Hillyard

Method Summary
 int peekInt()
           
 int peekInt(int n)
           
 

Method Detail

peekInt

int peekInt()
Returns:
the value that will be returned by the next call to nextInt()

peekInt

int peekInt(int n)
Parameters:
n -
Returns:
the value that will be returned by the next call to nextInt(int)


Copyright © 2010 Rubecula Software, LLC. All Rights Reserved.