A B C D E F G H I L M N O P R S T U V W X Y
All Classes All Packages
All Classes All Packages
All Classes All Packages
S
- SAFE_FOR_WORK - Static variable in class minpq.moderator.Moderator
-
Hide the content if true.
- sameRemoveOrder(ExtrinsicMinPQ<String>, ExtrinsicMinPQ<String>) - Static method in class minpq.moderator.ModeratorMultiTest
-
Remove all elements from
ref
andtest
and returns true if the order of removals are the same. - save(File) - Method in class seamcarving.Picture
-
Writes the picture to the given file path.
- SeamCarver - Class in seamcarving
-
Seam carving, an approach for content-aware image resizing.
- SeamCarver(File, EnergyFunction, SeamFinder) - Constructor for class seamcarving.SeamCarver
-
Constructs a seam carver by reading the
Picture
from the file, using the givenEnergyFunction
andSeamFinder
implementations. - seamcarving - package seamcarving
- seamFinder - Variable in class seamcarving.SeamCarver
-
The
SeamFinder
implementation. - SeamFinder - Interface in seamcarving
-
Finds a horizontal seam through the
Picture
with the lowest sum ofEnergyFunction
costs. - SeamFinderInputSizeExperiments - Class in seamcarving
-
Run timing experiments and save a CSV file for each
SeamFinder
implementation. - SeamFinderInputSizeExperiments() - Constructor for class seamcarving.SeamFinderInputSizeExperiments
- SeamFinderMultiTest - Class in seamcarving
-
Compare different
SeamFinder
implementations to check that they compute the same values. - SeamFinderMultiTest() - Constructor for class seamcarving.SeamFinderMultiTest
- SequentialSearchAutocomplete - Class in autocomplete
-
Sequential search implementation of the
Autocomplete
interface. - SequentialSearchAutocomplete() - Constructor for class autocomplete.SequentialSearchAutocomplete
-
Constructs an empty instance.
- set(int, int, int) - Method in class seamcarving.Picture
-
Reassigns the 24-bit red-green-blue (RGB) color for the pixel (x, y).
- setLat(double) - Method in class huskymaps.Location.Builder
-
Sets the latitude for this builder.
- setLon(double) - Method in class huskymaps.Location.Builder
-
Sets the longitude for this builder.
- setName(String) - Method in class huskymaps.Location.Builder
-
Sets the name for this builder.
- setPriority(double) - Method in class minpq.PriorityNode
-
Reassigns the priority value for this pair.
- ShortestPathSolver<V> - Interface in graphs
-
Single-source shortest paths from a start defined in
Constructor#run(Graph, V)
to all reachable vertices. - ShortestPathSolver.Constructor<V> - Interface in graphs
-
Constructor for
ShortestPathSolver
. - sink - Variable in class seamcarving.AdjacencyListSeamFinder.PixelGraph
-
Sink
Node
for the adjacency list graph. - sink - Variable in class seamcarving.GenerativeSeamFinder.PixelGraph
-
Sink
Node
for the adjacency list graph. - size - Variable in class minpq.OptimizedHeapMinPQ
-
The number of elements in the heap.
- size() - Method in class autocomplete.dna.SuffixCollection
- size() - Method in class minpq.DoubleMapMinPQ
- size() - Method in interface minpq.ExtrinsicMinPQ
-
Returns the number of items in this priority queue.
- size() - Method in class minpq.HeapMinPQ
- size() - Method in class minpq.OptimizedHeapMinPQ
- size() - Method in class minpq.UnsortedArrayMinPQ
- solution() - Method in class graphs.AStarSolver
-
Returns the single-pair shortest path from the stored start to the stored goal.
- solution(V) - Method in class graphs.DijkstraSolver
- solution(V) - Method in interface graphs.ShortestPathSolver
-
Returns the single-pair shortest path from a start defined in
Constructor#run(Graph, V)
to the goal. - solution(V) - Method in class graphs.ToposortDAGSolver
- source - Variable in class seamcarving.AdjacencyListSeamFinder.PixelGraph
-
Source
Node
for the adjacency list graph. - source - Variable in class seamcarving.GenerativeSeamFinder.PixelGraph
-
Source
Node
for the adjacency list graph. - sps - Variable in class seamcarving.AdjacencyListSeamFinder
-
The constructor for the
ShortestPathSolver
implementation. - sps - Variable in class seamcarving.GenerativeSeamFinder
-
The constructor for the
ShortestPathSolver
implementation. - start - Variable in class graphs.AStarSolver
- startElement(String, String, String, Attributes) - Method in class huskymaps.MapGraph.Handler
-
Called at the beginning of an element.
- state - Variable in class huskymaps.MapGraph.Handler
- STATIC_IMAGES_API - Static variable in class huskymaps.Constants
-
String template for the MapBox Static Images API.
- subSequence(int, int) - Method in class autocomplete.dna.SuffixCollection.Suffix
- SubSequence(int, int) - Constructor for class autocomplete.dna.SuffixCollection.SubSequence
-
Constructs a new subsequence of the data between the given begin and end indices.
- Suffix(int) - Constructor for class autocomplete.dna.SuffixCollection.Suffix
-
Constructs a new suffix of the data from the given offset.
- SuffixCollection - Class in autocomplete.dna
-
Generates all (length - 1) suffixes of the given sequence of characters and presents them in a collection.
- SuffixCollection(CharSequence) - Constructor for class autocomplete.dna.SuffixCollection
-
Constructs an unmodifiable collection of (length - 1) suffixes from the data.
- SuffixCollection.SubSequence - Class in autocomplete.dna
-
A subsequence of the data between the given begin and end indices.
- SuffixCollection.Suffix - Class in autocomplete.dna
-
A suffix of the data starting from the given begin index.
All Classes All Packages