openlist
Class OpenList.Neutralizer

java.lang.Object
  extended by openlist.OpenList.Neutralizer
All Implemented Interfaces:
Function1arg<Type>
Enclosing class:
OpenList<Type>

 class OpenList.Neutralizer
extends java.lang.Object
implements Function1arg<Type>

A Function1arg that neutralizes an object, making the types of its elements Object.


Constructor Summary
OpenList.Neutralizer()
           
 
Method Summary
 java.lang.Object apply(Type arg)
          Apply this function
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpenList.Neutralizer

OpenList.Neutralizer()
Method Detail

apply

public java.lang.Object apply(Type arg)
Description copied from interface: Function1arg
Apply this function

Specified by:
apply in interface Function1arg<Type>
Returns:
the function's value