libgdx API

com.badlogic.gdx.utils
Class LongMap.Keys

java.lang.Object
  extended by com.badlogic.gdx.utils.LongMap.Keys
Enclosing class:
LongMap<V>

public static class LongMap.Keys
extends java.lang.Object


Constructor Summary
LongMap.Keys(LongMap map)
           
 
Method Summary
 long next()
           
 LongArray toArray()
          Returns a new array containing the remaining values.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LongMap.Keys

public LongMap.Keys(LongMap map)
Method Detail

next

public long next()

toArray

public LongArray toArray()
Returns a new array containing the remaining values.


libgdx API

Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)