Calendar
represents a time before the time represented by the specified Object
. This method is equivalent to: if and only ifcompareTo(when) < 0
when
is a Calendar
instance. Otherwise, the method returns false
.
@param when the Object
to be compared
@return true
if the time of thisCalendar
is before the time represented by when
; false
otherwise.
@see #compareTo(Calendar)
true
if and only if the instant of time represented by this Date object is strictly earlier than the instant represented by when; false
otherwise.
@exception NullPointerException if when
is null.
true
if this Clock occurred before the specified Clock c
.Otherwise, false
.
Method parameters are the same as the factory method {@link ItsNatComponentManager#createItsNatComponent(Node,String,NameValue[])}
@param node the node to associate the new component. @param compType the component type, may be null. @param artifacts declared artifacts, may be null. @param compMgr the component manager used to create the component. @return the new component, if null the framework will use the next user defined factory if any or the default factory.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|