Java Integer Create toInternalForm(String internalForm)

Here you can find the source of toInternalForm(String internalForm)

Description

to Internal Form

License

BSD License

Declaration

public static String toInternalForm(String internalForm) 

Method Source Code

//package com.java2s;
/**//from w  w w. j  a  v a 2  s.co m
 * BSD-style license; for more info see http://pmd.sourceforge.net/license.html
 */

public class Main {
    public static String toInternalForm(String internalForm) {
        return internalForm.replace('.', '/');
    }
}

Related

  1. toInterfacesString(Class[] classes, StringBuffer sb)
  2. toInternal(int x)
  3. toInternalClassName(String className)
  4. toInternalClassName(String name)
  5. toInternalDescription(String className)
  6. toInternalName(String className)
  7. toInternalName(String className)
  8. toInternalName(String className)
  9. toInternalName(String className)