Uses of Class
net.israfil.foundation.core.Copyright

Packages that use Copyright
net.israfil.foundation.collections   
net.israfil.foundation.core   
net.israfil.foundation.notification   
 

Uses of Copyright in net.israfil.foundation.collections
 

Classes in net.israfil.foundation.collections with annotations of type Copyright
 class ArraySet<E>
          An ArrayList backed Set implementation, whose primary purpose is to provide a Set that maintains the order of elements based on indexes and/or the order in which items are added.
 class ArrayUtils
          An array utility class.
 class IterableResultSet
          A simple wrapper that provides an Iterable implementation back-ended by a result-set.
 

Uses of Copyright in net.israfil.foundation.core
 

Classes in net.israfil.foundation.core with annotations of type Copyright
 interface Copyright
          An attribute used to tag the copyright year, owner, and license.
 interface Dynamic
          A simple interface that defines the ability to perform and detect arbitrary methods, by use of a "selector" string.
 interface DynamicallyAccessible
          A generic accessor interface.
 class DynamicallyAccessibleObject
          An implementation of the DynamicallyAccessible interface with the appropriate infrastructure for retrieving field data, via accessors if such are implemented, or directly from the field where not.
 interface DynamicallyMutable
          A generic mutator interface.
 class DynamicallyMutableObject
          An abstract class which implements the DynamicallyMutableObject infrastructure.
 class DynamicObject
          An abstract superclass that implements the Dynamic interface, with all the necessary lookup logic.
 class DynamicUtil
          Utilities used for the implementation of Dynamic and related interfaces.
 

Uses of Copyright in net.israfil.foundation.notification
 

Classes in net.israfil.foundation.notification with annotations of type Copyright
 class Notification
          An encapsulated notification, used within a NotificationCentre
 



Copyright © 2003-2006 null. All Rights Reserved.