Package org.apache.etch.bindings.java.util

Examples of org.apache.etch.bindings.java.util.StrIntHashMap


 
  /** */
  @Test public void  testBlob() {
    try
    {
      StrIntHashMap a  = null;
      testServer.p_Blob( a );
      testClient.p_Blob( a );
    }
    catch ( UnsupportedOperationException e )
    {
View Full Code Here

TOP

Related Classes of org.apache.etch.bindings.java.util.StrIntHashMap

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.