Uses of Class
bb.util.BufferFixed

Packages that use BufferFixed
bb.util Provides miscellaneous utility classes and interfaces. 
bb.util.logging Provides classes which augment the JDK logging framework
 

Uses of BufferFixed in bb.util
 

Constructors in bb.util with parameters of type BufferFixed
BufferFixed.State(BufferFixed<E> buffer)
           
 

Uses of BufferFixed in bb.util.logging
 

Fields in bb.util.logging declared as BufferFixed
private  BufferFixed<LogRecord> HandlerGui.bufferFixed
          Accumulates the next snapshot of LogRecords that is to be displayed in the GUI.
private  BufferFixed<LogRecord> HandlerEmail.bufferFixed
          Accumulates the next snapshot of LogRecords that is to be emailed.