gumbo.util
Class Disposables

java.lang.Object
  |
  +--gumbo.util.Disposables

public class Disposables
extends java.lang.Object

Version:
$Revision: 1.2 $
Author:
Jon Barrilleaux (jonb@jmbaai.com) of JMB and Associates Inc.

Nested Class Summary
static class Disposables.DisposableImm
          A serializable immutable view wrapper for a target Disposable.
static class Disposables.DisposableWrapper
          A serializable wrapper for a target Disposable.
 
Method Summary
static void disposeAll(java.util.Collection group)
          Disposes a group of disposables.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

disposeAll

public static void disposeAll(java.util.Collection group)
Disposes a group of disposables.

Parameters:
group - The group (Object). Ignores members that are not Disposable. Never null.