org.carrot2.util.attribute
Class AttributeDescriptor.AttributeDescriptorToKey

java.lang.Object
  extended by org.carrot2.util.attribute.AttributeDescriptor.AttributeDescriptorToKey
All Implemented Interfaces:
com.google.common.base.Function<AttributeDescriptor,String>
Enclosing class:
AttributeDescriptor

public static final class AttributeDescriptor.AttributeDescriptorToKey
extends Object
implements com.google.common.base.Function<AttributeDescriptor,String>

Transforms AttributeDescriptors into their keys.


Field Summary
static AttributeDescriptor.AttributeDescriptorToKey INSANCE
           
 
Method Summary
 String apply(AttributeDescriptor d)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.common.base.Function
equals
 

Field Detail

INSANCE

public static final AttributeDescriptor.AttributeDescriptorToKey INSANCE
Method Detail

apply

public String apply(AttributeDescriptor d)
Specified by:
apply in interface com.google.common.base.Function<AttributeDescriptor,String>


Copyright (c) Dawid Weiss, Stanislaw Osinski