set

package
v0.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 7, 2016 License: MIT Imports: 3 Imported by: 0

Documentation

Overview

package set contains various different types of 'BlockSet's

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BlockSet

type BlockSet interface {
	AddBlock(key.Key)
	RemoveBlock(key.Key)
	HasKey(key.Key) bool
	GetBloomFilter() bloom.Filter

	GetKeys() []key.Key
}

BlockSet represents a mutable set of keyed blocks

func NewSimpleBlockSet

func NewSimpleBlockSet() BlockSet

func SimpleSetFromKeys

func SimpleSetFromKeys(keys []key.Key) BlockSet

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL