public class BasicExplicitMemory extends ExplicitMemory
| Constructor and Description |
|---|
BasicExplicitMemory()
Initializes the Explicit memory block.
|
BasicExplicitMemory(java.lang.String name)
Initializes the Explicit memory block, and simultaneously sets up a name for the Explicit memory block.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Returns the name of the Explicit memory block indicated by this object.
|
countExplicitMemories, freeMemory, getMemoryUsage, isActive, isReclaimed, newArray, newArray, newInstance, newInstance, newInstance, reclaim, reclaim, reclaim, reclaim, setName, toString, totalMemory, usedMemorypublic BasicExplicitMemory()
public BasicExplicitMemory(java.lang.String name)
name - Specifies the String that indicates the name.public java.lang.String getName()
Note:The uniqueness of the Explicit memory block ID that is added to the name set up by default has been assured. However, when the instance that contains this ID is discarded, the same Explicit memory block ID will be reused. In such cases, the different instances that do not coexist have the same default name.
getName in class MemoryAreaCopyright (C) 2015, Hitachi, Ltd.
Copyright (C) 2013, Oracle and/or its affiliates. All rights reserved.