컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
할당량 인식토큰나이저
public
class
QuotationAwareTokenizer
extends Object
java.lang.Object의 클래스
|
↳ |
com.android.tradefed.util.QuotationAwareTokenizer
|
요약
공개 생성자
할당량 인식토큰나이저
public QuotationAwareTokenizer ()
공개 메서드
combineTokens(합성 토큰)
public static String combineTokens (String... tokens)
tokenizeLine(String)
의 역을 실행합니다.
주어진 토큰 배열을 한 줄로 결합합니다.
반환 값 |
String |
모든 토큰에서 생성된 String |
tokenizeLine
public static String[] tokenizeLine (String line,
String delim)
매개변수 |
line |
String |
delim |
String |
tokenizeLine
public static String[] tokenizeLine (String line)
문자열을 토큰화하여 공백으로 분할합니다. 따옴표가 없는 연속된 단어 간에 분할되지 않음
큰따옴표를 사용합니다.
tokenizeLine(String, String)
도 참고하세요.
tokenizeLine
public static String[] tokenizeLine (String line,
String delim,
boolean logging)
지정된 구분 기호로 분할하여 문자열을 토큰화합니다. 다음으로 분할되지 않음,
따옴표가 없는 큰따옴표
tokenizer의 작동 방식은 다음과 같습니다.
- 문자열을 '문자'로 분할합니다. 여기서 각 '문자'는 이스케이프 처리된
\' ('\\\'') 또는 f와 같은 단일 실제 문자('f')를 사용합니다.
- 각 '캐릭터'
<ph type="x-smartling-placeholder">
</ph>
- 공백인 경우 따옴표로 묶지 않는 한 토큰을 마무리합니다.
- 따옴표인 경우 "인용구"를 바꾸세요. 비트
- 그렇지 않은 경우 빌드 중인 토큰에 추가합니다.
- EOL에는 일반적으로 최종 토큰을 (토큰)
ERROR(/ArrayList)
에 추가하지 않았습니다.
<ph type="x-smartling-placeholder"></ph>
- 마지막 '문자'가 이스케이프 문자이면 예외가 발생합니다. 아니
유효
- 인용이 중간에 있는 경우 예외를 발생시킵니다. 유효하지 않음
- 그렇지 않으면 최종 토큰을 (토큰)에 추가합니다.
- (tokens)의 String[] 버전 반환
매개변수 |
line |
String : 토큰화할 String 입니다. |
delim |
String : 분할할 구분 기호 |
logging |
boolean : 작업 로깅 여부 |
반환 값 |
String[] |
문자열의 토큰화된 버전 |
생성 값 |
IllegalArgumentException |
줄을 파싱할 수 없는 경우 |
tokenizeLine
public static String[] tokenizeLine (String line,
boolean logging)
문자열을 토큰화하여 공백으로 분할합니다. 따옴표가 없는 연속된 단어 간에 분할되지 않음
큰따옴표를 사용합니다.
tokenizeLine(String, String)
도 참고하세요.
매개변수 |
line |
String |
logging |
boolean |
이 페이지에 나와 있는 콘텐츠와 코드 샘플에는 콘텐츠 라이선스에서 설명하는 라이선스가 적용됩니다. 자바 및 OpenJDK는 Oracle 및 Oracle 계열사의 상표 또는 등록 상표입니다.
최종 업데이트: 2024-08-23(UTC)
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"필요한 정보가 없음"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"너무 복잡함/단계 수가 너무 많음"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"오래됨"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"번역 문제"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"샘플/코드 문제"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"기타"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"이해하기 쉬움"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"문제가 해결됨"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"기타"
}]
{"lastModified": "\ucd5c\uc885 \uc5c5\ub370\uc774\ud2b8: 2024-08-23(UTC)"}
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2024-08-23(UTC)"]]