org.apache.qpid.util.concurrent
Interface Capacity


public interface Capacity

An interface exposed by data structures that have a maximum capacity.

CRC Card
Responsibilities Collaborations
Report the maximum capacity.


Method Summary
 int getCapacity()
           
 

Method Detail

getCapacity

int getCapacity()


Licensed to the Apache Software Foundation