meshi.molecularElements.atoms
Class AtomList.IsAtom

java.lang.Object
  extended by meshi.molecularElements.atoms.AtomList.IsAtom
All Implemented Interfaces:
Filter
Enclosing class:
AtomList

public static class AtomList.IsAtom
extends java.lang.Object
implements Filter


Constructor Summary
AtomList.IsAtom()
           
 
Method Summary
 boolean accept(java.lang.Object obj)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AtomList.IsAtom

public AtomList.IsAtom()
Method Detail

accept

public boolean accept(java.lang.Object obj)
Specified by:
accept in interface Filter