org.jclouds.virtualbox.functions
Class StringToKeyCode

java.lang.Object
  extended by org.jclouds.virtualbox.functions.StringToKeyCode
All Implemented Interfaces:
com.google.common.base.Function<String,List<Integer>>

public class StringToKeyCode
extends Object
implements com.google.common.base.Function<String,List<Integer>>


Constructor Summary
StringToKeyCode()
           
 
Method Summary
 List<Integer> apply(String subsequence)
           
 
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
 

Constructor Detail

StringToKeyCode

public StringToKeyCode()
Method Detail

apply

public List<Integer> apply(String subsequence)
Specified by:
apply in interface com.google.common.base.Function<String,List<Integer>>


Copyright © 2009-2012 jclouds. All Rights Reserved.