Package objd.lang

Examples of objd.lang.StringAdapter


    public void appendItem(Character item) {
        builder.append(item);
    }

    public StringAdapter build() {
        return new StringAdapter(builder.toString());
    }
View Full Code Here

TOP

Related Classes of objd.lang.StringAdapter

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.