CharSequences

Utility methods for dealing with java.lang.CharSequence

Лицензия

Лицензия

MIT
Группа

Группа

com.github.marschall
Идентификатор

Идентификатор

charsequences
Последняя версия

Последняя версия

0.8.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

CharSequences
Utility methods for dealing with java.lang.CharSequence
Ссылка на сайт

Ссылка на сайт

https://github.com/marschall/charsequences
Система контроля версий

Система контроля версий

https://github.com/marschall/charsequences

Скачать charsequences

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.github.marschall/charsequences/ -->
<dependency>
    <groupId>com.github.marschall</groupId>
    <artifactId>charsequences</artifactId>
    <version>0.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.marschall/charsequences/
implementation 'com.github.marschall:charsequences:0.8.0'
// https://jarcasting.com/artifacts/com.github.marschall/charsequences/
implementation ("com.github.marschall:charsequences:0.8.0")
'com.github.marschall:charsequences:jar:0.8.0'
<dependency org="com.github.marschall" name="charsequences" rev="0.8.0">
  <artifact name="charsequences" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.marschall', module='charsequences', version='0.8.0')
)
libraryDependencies += "com.github.marschall" % "charsequences" % "0.8.0"
[com.github.marschall/charsequences "0.8.0"]

Зависимости

test (6)

Идентификатор библиотеки Тип Версия
org.junit.jupiter : junit-jupiter-api jar
org.junit.jupiter : junit-jupiter-engine jar
org.junit.jupiter : junit-jupiter-params jar
org.hamcrest : hamcrest-junit jar 2.0.0.0
org.openjdk.jmh : jmh-core jar 1.25.2
org.openjdk.jol : jol-core jar 0.13

Модули Проекта

Данный проект не имеет модулей.

CharSequences Maven Central Javadocs Build Status

Utility methods for dealing with java.lang.CharSequence.

<dependency>
  <groupId>com.github.marschall</groupId>
  <artifactId>charsequences</artifactId>
  <version>0.8.0</version>
</dependency>

When dealing with CharSequence instead of String many convince methods are not available. While you could simply call toString() on the CharSequence this would defeat the purpose of using a CharSequence. This is project contains implementations of some of them.

They avoid allocation where possible, check out the Javadoc for more information.

Версии библиотеки

Версия
0.8.0
0.7.0
0.6.0
0.5.3
0.5.2
0.5.1
0.5.0
0.4.2
0.4.1
0.4.0
0.3.0
0.2.0
0.1.0