Uses of Interface
com.telenav.kivakit.interfaces.string.Stringable
Packages that use Stringable
Package
Description
-
Uses of Stringable in com.telenav.kivakit.collections.map
Classes in com.telenav.kivakit.collections.map that implement StringableModifier and TypeClassDescriptionclass
BaseIndexedMap<Key,
Value> A map that allows access to data by both index and key.class
IndexedNameMap<T extends Named>
Stores named values by name and also makes them accessible by index. -
Uses of Stringable in com.telenav.kivakit.commandline
Classes in com.telenav.kivakit.commandline that implement StringableModifier and TypeClassDescriptionclass
A list ofArgument
s passed on a command line and retrieved withCommandLine.arguments()
after command line parsing withCommandLineParser
.class
A parsed command line of switches and (non-switch) arguments. -
Uses of Stringable in com.telenav.kivakit.commandline.parsing
Classes in com.telenav.kivakit.commandline.parsing that implement Stringable -
Uses of Stringable in com.telenav.kivakit.core.collections.list
Classes in com.telenav.kivakit.core.collections.list that implement StringableModifier and TypeClassDescriptionclass
BaseList<Element>
A base class for bounded lists which adds a number of convenient methods as well as support for various KivaKit interfaces, includingIndexable
,Sequence
,Addable
,Appendable
,andSized
}.class
LinkedObjectList<Element>
class
ObjectList<Element>
A bounded list of objects with overrides of methods fromBaseList
to downcast return values toObjectList
for convenience.class
Stack<T>
An object list withStack.push(Object)
andStack.pop()
methods added.class
A list of strings, adding useful string operations toObjectList
. -
Uses of Stringable in com.telenav.kivakit.core.collections.set
Classes in com.telenav.kivakit.core.collections.set that implement Stringable -
Uses of Stringable in com.telenav.kivakit.core.ensure
Classes in com.telenav.kivakit.core.ensure that implement Stringable -
Uses of Stringable in com.telenav.kivakit.core.language.module
Classes in com.telenav.kivakit.core.language.module that implement StringableModifier and TypeClassDescriptionfinal class
Represents the path to a Java package. -
Uses of Stringable in com.telenav.kivakit.core.language.reflection
Classes in com.telenav.kivakit.core.language.reflection that implement Stringable -
Uses of Stringable in com.telenav.kivakit.core.messaging
Subinterfaces of Stringable in com.telenav.kivakit.core.messagingModifier and TypeInterfaceDescriptioninterface
An interface to retrieve the basic attributes of a message, find out what it means and format it as text. -
Uses of Stringable in com.telenav.kivakit.core.messaging.context
Classes in com.telenav.kivakit.core.messaging.context that implement Stringable -
Uses of Stringable in com.telenav.kivakit.core.messaging.listeners
Classes in com.telenav.kivakit.core.messaging.listeners that implement StringableModifier and TypeClassDescriptionclass
A list of messages that listens for and adds incoming messages. -
Uses of Stringable in com.telenav.kivakit.core.messaging.messages
Classes in com.telenav.kivakit.core.messaging.messages that implement StringableModifier and TypeClassDescriptionclass
A message representing a state transition in the lifecycle of an operation.class
Base implementation of theMessage
interface.class
Signals the status of an operation. -
Uses of Stringable in com.telenav.kivakit.core.messaging.messages.lifecycle
Classes in com.telenav.kivakit.core.messaging.messages.lifecycle that implement StringableModifier and TypeClassDescriptionclass
An operation has terminated in failureclass
A problem with severity high enough to halt the current operation.class
An operation has startedclass
A message representing the success of an operation -
Uses of Stringable in com.telenav.kivakit.core.messaging.messages.status
Classes in com.telenav.kivakit.core.messaging.messages.status that implement StringableModifier and TypeClassDescriptionclass
An alert with a proposed solution, intended to help IT staff resolve the issue.class
Information about the progress of the current operation with no severity and which does not indicate any problem.class
A high priorityAlert
that needs immediate attention.class
A problem that is severe enough to result in data loss, but not severe enough to halt the current operation.class
A glitch is an issue that represents a temporary problem where recovery will happen.class
Uncategorized, generic information about the progress of the current operation with no severity and which does not indicate any problem.class
A step in a narrative describing a series of successful steps performed by an operation.class
A problem that is severe enough to result in data loss, but not severe enough to halt the current operation.class
A notice that something trivial has gone wrong.class
A trace message with no severity level.class
AProblem
message that indicates that some operation is not supported.class
A notice that something has gone wrong, but it is of low severity and has not resulted in any significant problem. -
Uses of Stringable in com.telenav.kivakit.core.messaging.messages.status.activity
Classes in com.telenav.kivakit.core.messaging.messages.status.activity that implement StringableModifier and TypeClassDescriptionclass
A message sent to indicate that an activity that might be monitored has occurred.class
The current step failed to produce any useful resultclass
The current step had to discard some result to continueclass
The current step succeeded and does not indicate any problem -
Uses of Stringable in com.telenav.kivakit.core.path
Classes in com.telenav.kivakit.core.path that implement StringableModifier and TypeClassDescriptionclass
Path<Element extends Comparable<Element>>
Abstraction of an immutable path of elements of a given type with an optional root element.class
APath
of strings that has a given separator string. -
Uses of Stringable in com.telenav.kivakit.core.string
Subinterfaces of Stringable in com.telenav.kivakit.core.stringModifier and TypeInterfaceDescriptioninterface
AnStringable
sub-interface that traverses a tree of objects, adding information to anAsStringIndenter
object as it goes.interface
Interface to an object that can produce one or more different kinds of string representations.Classes in com.telenav.kivakit.core.string that implement StringableModifier and TypeClassDescriptionclass
Tracks the difference between objects that are compared withDifferences.compare(String, Object, Object)
orDifferences.compare(String, Iterable, Iterable)
. -
Uses of Stringable in com.telenav.kivakit.core.time
Classes in com.telenav.kivakit.core.time that implement StringableModifier and TypeClassDescriptionclass
class
Represents a day of someDay.Type
, such as a day of the week, month or year.class
Typesafe value for day of week.class
ADuration
is an immutable length of time stored as a number of nanoseconds usingBigDecimal
.class
Represents an hour on a clock, either as a military hour or using the meridiem (am/pm) system.class
Represents an hour of the week, for example Thursday at 1pm.class
Snapshot of local time at a specific timezoneclass
Represents a minute on a clockclass
An abstract rate in count perDuration
.class
Represents a second on a clockclass
An immutableTime
class that represents a specific point in UNIX time.class
class
-
Uses of Stringable in com.telenav.kivakit.core.value.count
Subinterfaces of Stringable in com.telenav.kivakit.core.value.countClasses in com.telenav.kivakit.core.value.count that implement StringableModifier and TypeClassDescriptionclass
Base class for classes that represent some kind of cardinal number.class
A number of bits and various associated methods.final class
Represents an immutable byte count.class
A mutable count value useful in lambdas and inner classes.class
Represents a count of something.class
A count value that is an estimate.class
A count value that is an maximum.class
A count value that is a minimum.class
A mutable count value useful in lambdas and inner classes.class
Range<Value extends IntegerNumeric<Value>>
Represents a range of value objects from a minimum to a maximum. -
Uses of Stringable in com.telenav.kivakit.core.value.identifier
Classes in com.telenav.kivakit.core.value.identifier that implement StringableModifier and TypeClassDescriptionclass
Base class for *long* identifiersclass
An identifier with an int sized value -
Uses of Stringable in com.telenav.kivakit.filesystem
Classes in com.telenav.kivakit.filesystem that implement Stringable -
Uses of Stringable in com.telenav.kivakit.interfaces.collection
Subinterfaces of Stringable in com.telenav.kivakit.interfaces.collectionModifier and TypeInterfaceDescriptioninterface
Indexable<Element>
A sequence that has a known size and can be indexed, like a list, although not necessarily a collection.interface
An object which has an index and is alsoQuantizable
as are many objects.interface
An object which has a long key value and is alsoQuantizable
as are many objects.interface
An object (usually some sort of collection or store of values) which has aSized.size()
. -
Uses of Stringable in com.telenav.kivakit.interfaces.model
Subinterfaces of Stringable in com.telenav.kivakit.interfaces.modelModifier and TypeInterfaceDescriptioninterface
An object which has an identifier and is alsoQuantizable
as are many objects. -
Uses of Stringable in com.telenav.kivakit.interfaces.numeric
Subinterfaces of Stringable in com.telenav.kivakit.interfaces.numericModifier and TypeInterfaceDescriptioninterface
IntegerNumeric<Value extends Quantizable>
Interface for common operations on integers (in the math sense, not in the sense ofInteger
).interface
A quantizable object can be turned into a quantum.interface
QuantumComparable<Value extends Quantizable>
-
Uses of Stringable in com.telenav.kivakit.interfaces.time
Subinterfaces of Stringable in com.telenav.kivakit.interfaces.timeModifier and TypeInterfaceDescriptioninterface
LengthOfTime<Duration extends LengthOfTime<Duration>>
Interface to an object having a length of time, measured in nanoseconds.interface
PointInTime<Time extends PointInTime<Time,
Duration>, Duration extends LengthOfTime<Duration>> Interface to an object having a length of time, measured in milliseconds.interface
Interface for all time measurements, whether aLengthOfTime
or aPointInTime
. -
Uses of Stringable in com.telenav.kivakit.network.core
Classes in com.telenav.kivakit.network.core that implement Stringable -
Uses of Stringable in com.telenav.kivakit.network.core.authentication.passwords
Classes in com.telenav.kivakit.network.core.authentication.passwords that implement StringableModifier and TypeClassDescriptionclass
A message-digested password created with theBase64
encoder in *java.util*.class
A plain text password, which can be tested against a given password usingPlainTextPassword.matches(Password)
. -
Uses of Stringable in com.telenav.kivakit.network.ftp
Classes in com.telenav.kivakit.network.ftp that implement StringableModifier and TypeClassDescriptionclass
An FTP network location that can be accessed inFtpNetworkLocation.Mode.Passive
orFtpNetworkLocation.Mode.Active
. -
Uses of Stringable in com.telenav.kivakit.network.ftp.secure
Classes in com.telenav.kivakit.network.ftp.secure that implement StringableModifier and TypeClassDescriptionclass
A secure ftp (SFTP) network location. -
Uses of Stringable in com.telenav.kivakit.network.http
Classes in com.telenav.kivakit.network.http that implement Stringable -
Uses of Stringable in com.telenav.kivakit.network.http.secure
Classes in com.telenav.kivakit.network.http.secure that implement StringableModifier and TypeClassDescriptionclass
A secure network location using the HTTPS protocol. -
Uses of Stringable in com.telenav.kivakit.resource
Classes in com.telenav.kivakit.resource that implement StringableModifier and TypeClassDescriptionclass
BaseResourceList<T extends Resource>
class
A list ofResource
s.class
A path to a resource of any kind. -
Uses of Stringable in com.telenav.kivakit.resource.packages
Classes in com.telenav.kivakit.resource.packages that implement Stringable -
Uses of Stringable in com.telenav.kivakit.validation
Classes in com.telenav.kivakit.validation that implement StringableModifier and TypeClassDescriptionclass
AMessageList
andMessageCounter
that captures validation issues.