| Package | Description | 
|---|---|
| gov.nasa.worldwind.util | 
| Modifier and Type | Field and Description | 
|---|---|
protected Map<Object,TextureAtlas.Entry> | 
TextureAtlas.entryMap
Maps element keys to their corresponding entry. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
TextureAtlas.Entry.compareTo(TextureAtlas.Entry that)
Compares this texture atlas entry's last used timestamp to that of the specified entry. 
 | 
protected void | 
TextureAtlas.doRemove(TextureAtlas.Entry entry)
Removes the element corresponding to the specified entry from this texture atlas, freeing the space it occupied
 to be used by other elements. 
 | 
protected void | 
TextureAtlas.markUsed(TextureAtlas.Entry entry)
Marks the specified entry as used by setting its last used time to the current time in nanoseconds. 
 |