org.aminds.lang
クラス CodePointCharSequence

java.lang.Object
  上位を拡張 org.aminds.lang.CodePointCharSequence
すべての実装されたインタフェース:
CharSequence

public class CodePointCharSequence
extends Object
implements CharSequence

作成者:
Masashi Nakanishi

コンストラクタの概要
CodePointCharSequence()
           
 
メソッドの概要
 char charAt(int index)
           
 boolean equals(Object o)
           
 int hashCode()
           
 int length()
           
 void set(int codePoint)
           
 CharSequence subSequence(int start, int end)
           
 String toString()
           
 
クラス java.lang.Object から継承されたメソッド
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

CodePointCharSequence

public CodePointCharSequence()
メソッドの詳細

charAt

public char charAt(int index)
定義:
インタフェース CharSequence 内の charAt

length

public int length()
定義:
インタフェース CharSequence 内の length

subSequence

public CharSequence subSequence(int start,
                                int end)
定義:
インタフェース CharSequence 内の subSequence

set

public void set(int codePoint)

hashCode

public int hashCode()
オーバーライド:
クラス Object 内の hashCode

equals

public boolean equals(Object o)
オーバーライド:
クラス Object 内の equals

toString

public String toString()
定義:
インタフェース CharSequence 内の toString
オーバーライド:
クラス Object 内の toString


Copyright (c) 2008-2011 Masashi Nakanishi.