Uses of Class
com.android.ddmlib.HeapSegment

Packages that use HeapSegment
com.android.ddmlib   
 

Uses of HeapSegment in com.android.ddmlib
 

Methods in com.android.ddmlib that return types with arguments of type HeapSegment
 Collection<HeapSegment> ClientData.HeapData.getHeapSegments()
          Get the collected heap data, if sealed.
 

Methods in com.android.ddmlib with parameters of type HeapSegment
 boolean HeapSegment.append(HeapSegment other)
          Append the contents of other to this segment if it describes the segment immediately after this one.
 boolean HeapSegment.canAppend(HeapSegment other)
          See if other comes immediately after this segment.
 int HeapSegment.compareTo(HeapSegment other)
           
 HeapSegment.HeapSegmentElement HeapSegment.HeapSegmentElement.set(HeapSegment hs)
          Replace the element with the entry at the current position of hpsgData.
 

Constructors in com.android.ddmlib with parameters of type HeapSegment
HeapSegment.HeapSegmentElement(HeapSegment hs)
          Create an element describing the entry at the current position of hpsgData.
 



Copyright © 2008-2012. All Rights Reserved.