|
JavaTM Platform Standard Ed. 6 |
|||||||||
| 전의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
| 개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 | |||||||||
java.lang.Objectjava.util.spi.LocaleServiceProvider
java.text.spi.BreakIteratorProvider
public abstract class BreakIteratorProvider
BreakIterator 클래스의 구상 구현을 제공하는 서비스 프로바이더용의 추상 클래스입니다.
| 생성자 의 개요 | |
|---|---|
protected |
BreakIteratorProvider ()
유일한 생성자 입니다. |
| 메소드의 개요 | |
|---|---|
abstract BreakIterator |
getCharacterInstance (Locale locale)
지정된 로케일의문자 분할용의 새로운 BreakIterator 인스턴스를 돌려줍니다. |
abstract BreakIterator |
getLineInstance (Locale locale)
지정된 로케일의행 분할용의 새로운 BreakIterator 인스턴스를 돌려줍니다. |
abstract BreakIterator |
getSentenceInstance (Locale locale)
지정된 로케일의문장 분할용의 새로운 BreakIterator 인스턴스를 돌려줍니다. |
abstract BreakIterator |
getWordInstance (Locale locale)
지정된 로케일의단어 분할용의 새로운 BreakIterator 인스턴스를 돌려줍니다. |
| 클래스 java.util.spi. LocaleServiceProvider 로부터 상속된 메소드 |
|---|
getAvailableLocales |
| 클래스 java.lang. Object 로부터 상속된 메소드 |
|---|
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait |
| 생성자 의 상세 |
|---|
protected BreakIteratorProvider()
| 메소드의 상세 |
|---|
public abstract BreakIterator getWordInstance(Locale locale)
BreakIterator 인스턴스를 돌려줍니다.
locale - 목적의 로케일
NullPointerException - locale 가 null 의 경우
IllegalArgumentException - locale 가,
getAvailableLocales() 로부터
반환된 로케일의
머지않아도 아닌 경우BreakIterator.getWordInstance(java.util.Locale) public abstract BreakIterator getLineInstance(Locale locale)
BreakIterator 인스턴스를 돌려줍니다.
locale - 목적의 로케일
NullPointerException - locale 가 null 의 경우
IllegalArgumentException - locale 가,
getAvailableLocales() 로부터
반환된 로케일의
머지않아도 아닌 경우BreakIterator.getLineInstance(java.util.Locale) public abstract BreakIterator getCharacterInstance(Locale locale)
BreakIterator 인스턴스를 돌려줍니다.
locale - 목적의 로케일
NullPointerException - locale 가 null 의 경우
IllegalArgumentException - locale 가,
getAvailableLocales() 로부터
반환된 로케일의
머지않아도 아닌 경우BreakIterator.getCharacterInstance(java.util.Locale) public abstract BreakIterator getSentenceInstance(Locale locale)
BreakIterator 인스턴스를 돌려줍니다.
locale - 목적의 로케일
NullPointerException - locale 가 null 의 경우
IllegalArgumentException - locale 가,
getAvailableLocales() 로부터
반환된 로케일의
머지않아도 아닌 경우BreakIterator.getSentenceInstance(java.util.Locale)
|
JavaTM Platform Standard Ed. 6 |
|||||||||
| 전의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
| 개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 | |||||||||
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.