jp.go.aist.rtm.RTC.util
Class NVUtil.nv_find

java.lang.Object
  extended by jp.go.aist.rtm.RTC.util.NVUtil.nv_find
All Implemented Interfaces:
equalFunctor
Enclosing class:
NVUtil

static class NVUtil.nv_find
extends java.lang.Object
implements equalFunctor

Helper class to retrieve NameValue.


Constructor Summary
NVUtil.nv_find(java.lang.String name)
           Constructor
 
Method Summary
 boolean equalof(java.lang.Object nv)
           Judges whether to maintain the name that NameValue object retrieves.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NVUtil.nv_find

public NVUtil.nv_find(java.lang.String name)
Constructor

Parameters:
name - Name to find
Method Detail

equalof

public boolean equalof(java.lang.Object nv)
Judges whether to maintain the name that NameValue object retrieves.

Specified by:
equalof in interface equalFunctor
Parameters:
nv - NameValue of object
Returns:
The agreement is true.
Throws:
java.lang.ClassCastException - Throws Exception, when the specified object is not NameValue object.