A B C D E F G H I K L M N O P R S T U V W
A
- aliceText - Static variable in class de.pfabulist.kleinod.text.Strings
-
- asHex(byte[]) - Static method in class de.pfabulist.kleinod.text.Strings
-
Turns array of bytes into string representing each byte as
unsigned hex number.
- asSet(T...) - Static method in class de.pfabulist.kleinod.collection.Sets
-
B
- Base16 - Class in de.pfabulist.kleinod.crypt
-
** BEGIN LICENSE BLOCK *****
BSD License (2 clause)
Copyright (c) 2006 - 2014, Stephan Pfab
All rights reserved.
- Base16() - Constructor for class de.pfabulist.kleinod.crypt.Base16
-
C
- closeable(Iterator<T>, BooleanSupplier) - Static method in class de.pfabulist.kleinod.collection.Iterators
-
- copyRecursive(Path, Path, CopyOption...) - Static method in class de.pfabulist.kleinod.paths.Pathss
-
D
- de.pfabulist.kleinod.collection - package de.pfabulist.kleinod.collection
-
- de.pfabulist.kleinod.crypt - package de.pfabulist.kleinod.crypt
-
- de.pfabulist.kleinod.emergent - package de.pfabulist.kleinod.emergent
-
- de.pfabulist.kleinod.os - package de.pfabulist.kleinod.os
-
- de.pfabulist.kleinod.paths - package de.pfabulist.kleinod.paths
-
- de.pfabulist.kleinod.text - package de.pfabulist.kleinod.text
-
- decrypt(String) - Method in class de.pfabulist.kleinod.crypt.Base16
-
- DEFAULT_FILESYSTEM_SCHEME - Static variable in class de.pfabulist.kleinod.paths.Pathss
-
- deleteRecursive(Path) - Static method in class de.pfabulist.kleinod.paths.Pathss
-
E
- encrypt(byte[]) - Method in class de.pfabulist.kleinod.crypt.Base16
-
- equals(Object) - Method in class de.pfabulist.kleinod.collection.Ref
-
F
- findCommenSuffix(List<T>, List<T>) - Static method in class de.pfabulist.kleinod.paths.Relativize
-
- fsFriendlyName(Instant) - Static method in class de.pfabulist.kleinod.paths.Pathss
-
G
- get(Map<K, V>, K) - Static method in class de.pfabulist.kleinod.collection.Gets
-
typesave get
- get() - Method in interface de.pfabulist.kleinod.collection.Reference
-
- get(String) - Static method in class de.pfabulist.kleinod.crypt.KeySize
-
- get(URI, Map<String, ?>) - Static method in class de.pfabulist.kleinod.paths.Pathss
-
- getAES_CBC_PKCS5Padding() - Static method in class de.pfabulist.kleinod.crypt.KeySize
-
- getBytes(String) - Static method in class de.pfabulist.kleinod.text.Strings
-
- getDateTimeString(Instant) - Static method in class de.pfabulist.kleinod.paths.Pathss
-
- getOrCreate(URI, Map<String, ?>) - Static method in class de.pfabulist.kleinod.paths.Pathss
-
- getPath(String, Map<String, ?>) - Static method in class de.pfabulist.kleinod.paths.Pathss
-
- Gets - Class in de.pfabulist.kleinod.collection
-
** BEGIN LICENSE BLOCK *****
BSD License (2 clause)
Copyright (c) 2006 - 2014, Stephan Pfab
All rights reserved.
- getSha1(String) - Static method in class de.pfabulist.kleinod.crypt.Hash
-
- getTmpDir(String) - Static method in class de.pfabulist.kleinod.paths.Pathss
-
H
- Hash - Class in de.pfabulist.kleinod.crypt
-
** BEGIN LICENSE BLOCK *****
BSD License (2 clause)
Copyright (c) 2006 - 2014, Stephan Pfab
All rights reserved.
- hashCode() - Method in class de.pfabulist.kleinod.collection.Ref
-
I
- i0 - Variable in class de.pfabulist.kleinod.collection.P
-
- i1 - Variable in class de.pfabulist.kleinod.collection.P
-
- isEmpty(Path) - Static method in class de.pfabulist.kleinod.paths.Pathss
-
- isEmpty(String) - Static method in class de.pfabulist.kleinod.text.Strings
-
if string is null or ""
- isLinux() - Method in class de.pfabulist.kleinod.os.OS
-
Is this Linux ?
- isOSX() - Method in class de.pfabulist.kleinod.os.OS
-
Is this OSX ?
- isRoot(Path) - Static method in class de.pfabulist.kleinod.paths.Pathss
-
- isUnix() - Method in class de.pfabulist.kleinod.os.OS
-
Is this Unix ?
- isWindows() - Method in class de.pfabulist.kleinod.os.OS
-
Is this Windows ?
- isWindowsVistaPlus() - Method in class de.pfabulist.kleinod.os.OS
-
Is this Windows Vista or later
- Iterators - Class in de.pfabulist.kleinod.collection
-
** BEGIN LICENSE BLOCK *****
BSD License (2 clause)
Copyright (c) 2006 - 2014, Stephan Pfab
All rights reserved.
K
- KeySize - Class in de.pfabulist.kleinod.crypt
-
** BEGIN LICENSE BLOCK *****
BSD License (2 clause)
Copyright (c) 2006 - 2014, Stephan Pfab
All rights reserved.
L
- lines(String) - Static method in class de.pfabulist.kleinod.collection.Iterators
-
Allows for-loop iteration over the lines of a text
M
- makeImmutable(Iterator<T>) - Static method in class de.pfabulist.kleinod.collection.Iterators
-
N
- newString(byte[]) - Static method in class de.pfabulist.kleinod.text.Strings
-
- nullCheck(T) - Static method in class de.pfabulist.kleinod.emergent.Todo
-
O
- of(A, B) - Static method in class de.pfabulist.kleinod.collection.P
-
- OS - Class in de.pfabulist.kleinod.os
-
BEGIN LICENSE BLOCK *****
BSD License (2 clause)
Copyright (c) 2006 - 2012, Stephan Pfab
All rights reserved.
- OS() - Constructor for class de.pfabulist.kleinod.os.OS
-
P
- P<A,B> - Class in de.pfabulist.kleinod.collection
-
** BEGIN LICENSE BLOCK *****
BSD License (2 clause)
Copyright (c) 2006 - 2015, Stephan Pfab
All rights reserved.
- P(A, B) - Constructor for class de.pfabulist.kleinod.collection.P
-
- parallelStream(Iterable<T>) - Static method in class de.pfabulist.kleinod.collection.Iterators
-
- Pathss - Class in de.pfabulist.kleinod.paths
-
** BEGIN LICENSE BLOCK *****
BSD License (2 clause)
Copyright (c) 2006 - 2015, Stephan Pfab
All rights reserved.
- put(Map<K, V>, K, V) - Static method in class de.pfabulist.kleinod.collection.Gets
-
R
- Ref<T> - Class in de.pfabulist.kleinod.collection
-
** BEGIN LICENSE BLOCK *****
BSD License (2 clause)
Copyright (c) 2006 - 2014, Stephan Pfab
All rights reserved.
- Ref(T) - Constructor for class de.pfabulist.kleinod.collection.Ref
-
- Reference<T> - Interface in de.pfabulist.kleinod.collection
-
BEGIN LICENSE BLOCK *****
BSD License (2 clause)
Copyright (c) 2006 - 2014, Stephan Pfab
All rights reserved.
- Relativize - Class in de.pfabulist.kleinod.paths
-
** BEGIN LICENSE BLOCK *****
BSD License (2 clause)
Copyright (c) 2006 - 2014, Stephan Pfab
All rights reserved.
- relativize(List<String>, List<String>) - Static method in class de.pfabulist.kleinod.paths.Relativize
-
- remove(Map<K, V>, K) - Static method in class de.pfabulist.kleinod.collection.Gets
-
- remove(List<K>, K) - Static method in class de.pfabulist.kleinod.collection.Gets
-
S
- set(T) - Method in interface de.pfabulist.kleinod.collection.Reference
-
- Sets - Class in de.pfabulist.kleinod.collection
-
** BEGIN LICENSE BLOCK *****
BSD License (2 clause)
Copyright (c) 2006 - 2014, Stephan Pfab
All rights reserved.
- stream(Iterable<T>) - Static method in class de.pfabulist.kleinod.collection.Iterators
-
- Strings - Class in de.pfabulist.kleinod.text
-
BEGIN LICENSE BLOCK *****
BSD License (2 clause)
Copyright (c) 2006 - 2015, Stephan Pfab
All rights reserved.
T
- Todo - Class in de.pfabulist.kleinod.emergent
-
** BEGIN LICENSE BLOCK *****
BSD License (2 clause)
Copyright (c) 2006 - 2014, Stephan Pfab
All rights reserved.
- todo() - Static method in class de.pfabulist.kleinod.emergent.Todo
-
- todo(T) - Static method in class de.pfabulist.kleinod.emergent.Todo
-
- todo(E) - Static method in class de.pfabulist.kleinod.emergent.Todo
-
- toFirstLower(String) - Static method in class de.pfabulist.kleinod.text.Strings
-
Make the first character lower case
- toFirstUpper(String) - Static method in class de.pfabulist.kleinod.text.Strings
-
Make the first character upper case
- toList(Iterable<T>) - Static method in class de.pfabulist.kleinod.collection.Iterators
-
U
- until(R, Function<R, P<Boolean, R>>) - Static method in class de.pfabulist.kleinod.collection.P
-
V
- valueOf(T) - Static method in class de.pfabulist.kleinod.collection.Ref
-
W
- with(BiFunction<A, B, R>) - Method in class de.pfabulist.kleinod.collection.P
-
- withoutSuffix(String, String) - Static method in class de.pfabulist.kleinod.text.Strings
-
- words(String) - Static method in class de.pfabulist.kleinod.collection.Iterators
-
Split on standard word boundary, i.e.
A B C D E F G H I K L M N O P R S T U V W
Copyright © 2015. All rights reserved.