org.jclouds.virtualbox.functions
Class StringToKeyCode
java.lang.Object
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>>
| 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 |
StringToKeyCode
public StringToKeyCode()
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.